From dc4c51e144400927ca5574279b8f9c6368e41339 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 13 Apr 2024 20:33:01 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 105b0e0..0c210c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,10 +17,10 @@ RUN mkdir /var/run/sshd && \ # Set the locale RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/CET apt-get -y install tzdata - -USER code RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \ locale-gen + +USER code ENV LC_ALL C.UTF-8 ENV LANG C.UTF-8 ENV LANGUAGE en_US:en