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 d69da61 commit 938b9afCopy full SHA for 938b9af
ghc-9.8.2/Dockerfile
@@ -11,9 +11,10 @@ RUN apk --no-cache add binutils-gold curl gcc g++ git gmp-dev ncurses-dev ncurse
11
# Install system deps for FOSSA CLI:
12
RUN apk --no-cache add bash xz-libs xz-dev bzip2-dev bzip2-static upx curl jq
13
14
-# manual installation of ghcup -- the install script doesn't work headless
15
-RUN mkdir -p ~/.ghcup/bin && curl https://downloads.haskell.org/~ghcup/x86_64-linux-ghcup > ~/.ghcup/bin/ghcup && chmod +x ~/.ghcup/bin/ghcup
+ENV BOOTSTRAP_HASKELL_NONINTERACTIVE=1
+ENV BOOTSTRAP_HASKELL_MINIMAL=1
16
ENV PATH="/root/.cabal/bin:/root/.ghcup/bin:$PATH"
17
+RUN curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
18
19
RUN ghcup install ghc 9.8.2
20
0 commit comments