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 1
1
FROM debian:bookworm
2
2
3
- ENV LANG C.UTF-8
3
+ ENV LANG= C.UTF-8
4
4
5
5
# common haskell + stack dependencies
6
6
RUN apt-get update && \
@@ -129,6 +129,6 @@ RUN set -eux; \
129
129
\
130
130
"/opt/ghc/$GHC/bin/ghc" --version
131
131
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
133
133
134
134
CMD ["ghci" ]
Original file line number Diff line number Diff line change 1
1
FROM debian:bookworm-slim
2
2
3
- ENV LANG C.UTF-8
3
+ ENV LANG= C.UTF-8
4
4
5
5
# common haskell + stack dependencies
6
6
RUN apt-get update && \
@@ -129,6 +129,6 @@ RUN set -eux; \
129
129
\
130
130
"/opt/ghc/$GHC/bin/ghc" --version
131
131
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
133
133
134
134
CMD ["ghci" ]
You can’t perform that action at this time.
0 commit comments