Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Feb 9, 2021
1 parent b93c827 commit 80f15d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV LANG C.UTF-8

# Install ghc and cabal-isntall
RUN apk add --no-cache curl
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 && \
chmod +x /usr/local/bin/ghcup
RUN ghcup install cabal recommended
RUN apk add --no-cache \
Expand Down

0 comments on commit 80f15d8

Please sign in to comment.