Update Dockerfile

This commit is contained in:
Christoffer Martinsson 2024-04-13 20:50:27 +02:00
parent 08d9a10b9f
commit 0a8af819e7

View File

@ -16,7 +16,7 @@ RUN mkdir /var/run/sshd && \
echo "export VISIBLE=now" >> /etc/profile
# Set the locale
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/CET apt-get -y install tzdata
RUN DEBIAN_FRONTEND=noninteractive TZ=CET apt-get -y install tzdata
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en