Skip to content
Snippets Groups Projects
Verified Commit 9167bc95 authored by Olivier Benz's avatar Olivier Benz
Browse files

GHC v9.6.1: Move cabal to /usr/local/bin

parent 40f090d8
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ RUN apk upgrade --no-cache \ ...@@ -99,7 +99,7 @@ RUN apk upgrade --no-cache \
zlib-static zlib-static
COPY --from=bootstrap /tmp/ghc-"$GHC_VERSION"/_build/bindist/ghc-"$GHC_VERSION"-*-alpine-linux.tar.xz /tmp/ COPY --from=bootstrap /tmp/ghc-"$GHC_VERSION"/_build/bindist/ghc-"$GHC_VERSION"-*-alpine-linux.tar.xz /tmp/
COPY --from=bootstrap /root/.cabal/bin/cabal /usr/bin/cabal COPY --from=bootstrap /root/.cabal/bin/cabal /usr/local/bin/cabal
RUN cd /tmp \ RUN cd /tmp \
&& tar -xJf ghc-"$GHC_VERSION"-*-alpine-linux.tar.xz \ && tar -xJf ghc-"$GHC_VERSION"-*-alpine-linux.tar.xz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment