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 b93c827 commit 80f15d8Copy full SHA for 80f15d8
Dockerfile
@@ -6,7 +6,7 @@ ENV LANG C.UTF-8
6
7
# Install ghc and cabal-isntall
8
RUN apk add --no-cache curl
9
-RUN curl https://downloads.haskell.org/~ghcup/x86_64-linux-ghcup > /usr/local/bin/ghcup && \
+RUN curl https://downloads.haskell.org/~ghcup/0.1.12/x86_64-linux-ghcup-0.1.12 > /usr/local/bin/ghcup && \
10
chmod +x /usr/local/bin/ghcup
11
RUN ghcup install cabal recommended
12
RUN apk add --no-cache \
0 commit comments