Skip to content

Commit 32e3e94

Browse files
committed
Fix locale env
1 parent 958e17c commit 32e3e94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ARG DEBIAN_VERSION=bookworm-20241202-slim
44

55
FROM hexpm/elixir:${ELIXIR_VERSION}-erlang-${ERLANG_VERSION}-debian-${DEBIAN_VERSION} AS build
66

7+
ENV LANG=C.UTF-8
8+
79
# install build dependencies
810
RUN apt update && \
911
apt upgrade -y && \
@@ -57,3 +59,4 @@ RUN chown -R nobody: /app
5759
USER nobody
5860

5961
ENV HOME=/app
62+
ENV LANG=C.UTF-8

0 commit comments

Comments
 (0)