We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e9181 commit cfdc599Copy full SHA for cfdc599
paket.Dockerfile
@@ -1,6 +1,6 @@
1
FROM dcurylo/fsharp-mono-netcore:2.0.4
2
LABEL maintainer="Dave Curylo <[email protected]>"
3
-RUN wget https://github.com/fsprojects/Paket/releases/download/5.130.7/paket.exe \
+RUN wget https://github.com/fsprojects/Paket/releases/download/5.130.8/paket.exe \
4
&& chmod a+r paket.exe && mv paket.exe /usr/local/lib/ \
5
&& printf '#!/bin/sh\nexec /usr/bin/mono /usr/local/lib/paket.exe "$@"' >> /usr/local/bin/paket \
6
&& chmod u+x /usr/local/bin/paket
0 commit comments