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 6cdadd7 commit 8fc32a8Copy full SHA for 8fc32a8
paket.Dockerfile
@@ -2,7 +2,7 @@ FROM fsharp:10.6.0-netcore
2
LABEL maintainer="Dave Curylo <[email protected]>"
3
RUN apt-get update \
4
&& apt-get --no-install-recommends install -y wget \
5
- && wget https://github.com/fsprojects/Paket/releases/download/7.1.3/paket.exe \
+ && wget https://github.com/fsprojects/Paket/releases/download/7.1.4/paket.exe \
6
&& rm -rf /var/lib/apt/lists/* \
7
&& chmod a+r paket.exe && mv paket.exe /usr/local/lib/ \
8
&& printf '#!/bin/sh\nexec /usr/bin/mono /usr/local/lib/paket.exe "$@"' >> /usr/local/bin/paket \
0 commit comments