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 d53e7b3 commit 7126b00Copy full SHA for 7126b00
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/8.0.3/paket.exe \
+ && wget https://github.com/fsprojects/Paket/releases/download/9.0.0/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