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 1afda89 commit 171983eCopy full SHA for 171983e
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.2.0/paket.exe \
+ && wget https://github.com/fsprojects/Paket/releases/download/7.2.1/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