We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958e17c commit 32e3e94Copy full SHA for 32e3e94
Dockerfile
@@ -4,6 +4,8 @@ ARG DEBIAN_VERSION=bookworm-20241202-slim
4
5
FROM hexpm/elixir:${ELIXIR_VERSION}-erlang-${ERLANG_VERSION}-debian-${DEBIAN_VERSION} AS build
6
7
+ENV LANG=C.UTF-8
8
+
9
# install build dependencies
10
RUN apt update && \
11
apt upgrade -y && \
@@ -57,3 +59,4 @@ RUN chown -R nobody: /app
57
59
USER nobody
58
60
61
ENV HOME=/app
62
0 commit comments