File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM debian:bookworm
22
3- ENV LANG C.UTF-8
3+ ENV LANG= C.UTF-8
44
55# common haskell + stack dependencies
66RUN apt-get update && \
@@ -129,6 +129,6 @@ RUN set -eux; \
129129 \
130130 "/opt/ghc/$GHC/bin/ghc" --version
131131
132- ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/ghc/${GHC}/bin:$PATH
132+ ENV PATH= /root/.cabal/bin:/root/.local/bin:/opt/ghc/${GHC}/bin:$PATH
133133
134134CMD ["ghci" ]
Original file line number Diff line number Diff line change 11FROM debian:bookworm-slim
22
3- ENV LANG C.UTF-8
3+ ENV LANG= C.UTF-8
44
55# common haskell + stack dependencies
66RUN apt-get update && \
@@ -129,6 +129,6 @@ RUN set -eux; \
129129 \
130130 "/opt/ghc/$GHC/bin/ghc" --version
131131
132- ENV PATH /root/.cabal/bin:/root/.local/bin:/opt/ghc/${GHC}/bin:$PATH
132+ ENV PATH= /root/.cabal/bin:/root/.local/bin:/opt/ghc/${GHC}/bin:$PATH
133133
134134CMD ["ghci" ]
You can’t perform that action at this time.
0 commit comments