Skip to content

Commit b6d5747

Browse files
committed
try to add language env vars in dockerfile
1 parent 7dcc404 commit b6d5747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN apt-get install -y \
2020
make \
2121
curl
2222

23+
ENV LC_ALL=en_GB.UTF-8 LANG=en_GB.UTF8 LANGUAGE=en_GB:en
24+
2325
RUN locale-gen en_GB.UTF-8
2426
# RUN pip install uv
2527
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh

0 commit comments

Comments
 (0)