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 6c31aab commit bca2b7bCopy full SHA for bca2b7b
8.10/ghcup/Dockerfile
@@ -49,7 +49,8 @@ RUN apt-get update && \
49
rm -rf /var/lib/apt/lists/*
50
51
COPY --from=builder /usr/local/bin /usr/local/bin
52
-COPY --from=builder /opt/ghc /opt/ghc
+COPY --from=builder /opt/ghc/bin /opt/ghc/bin
53
+COPY --from=builder /opt/ghc/lib /opt/ghc/lib
54
55
# Adjust PATH
56
RUN echo 'export PATH="/opt/ghc/bin:$PATH"' >> /etc/profile.d/ghcup_path.sh && \
0 commit comments