Skip to content

Commit

Permalink
Install more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 6, 2024
1 parent 4590006 commit 5d82575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ghc-alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BOOTSTRAP_HASKELL_GHC_VERSION
WORKDIR /

# Install system ghc and dependencies
RUN apk add musl-dev python3 autoconf automake ncurses-dev make file g++ xz git bash wget gmp-dev gmp libffi libffi-dev curl
RUN apk add musl-dev python3 autoconf automake ncurses-dev make file g++ gcc xz git bash wget gmp-dev gmp libffi libffi-dev curl tar xz binutils-gold libc-dev perl pkgconfig
ENV BOOTSTRAP_HASKELL_NONINTERACTIVE=1
ENV BOOTSTRAP_HASKELL_NO_UPGRADE=1
RUN curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Expand All @@ -15,4 +15,4 @@ RUN git clone -b ghc-"$GHC_VERSION"-release https://gitlab.haskell.org/ghc/ghc.g

COPY ../scripts/ghc-alpine-build.sh /ghc-alpine-build.sh
RUN chmod +x /ghc-alpine-build.sh
ENTRYPOINT ["/ghc-alpine-build.sh"]
RUN /ghc-alpine-build.sh

0 comments on commit 5d82575

Please sign in to comment.