We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d4ab8 commit 35a53b5Copy full SHA for 35a53b5
1 file changed
docker/Dockerfile
@@ -9,4 +9,6 @@ RUN --mount=type=bind,source=install-haskell.sh,target=/tmp/install-haskell.sh \
9
--mount=type=bind,source=haskell-versions.env,target=/tmp/haskell-versions.env \
10
bash -x /tmp/install-haskell.sh
11
12
+ENV LANG=C.UTF-8
13
+
14
CMD ["bash"]
0 commit comments