Skip to content

Commit 35a53b5

Browse files
committed
docker: set default locale to C.UTF-8
1 parent 60d4ab8 commit 35a53b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ RUN --mount=type=bind,source=install-haskell.sh,target=/tmp/install-haskell.sh \
99
--mount=type=bind,source=haskell-versions.env,target=/tmp/haskell-versions.env \
1010
bash -x /tmp/install-haskell.sh
1111

12+
ENV LANG=C.UTF-8
13+
1214
CMD ["bash"]

0 commit comments

Comments
 (0)