Update Dockerfile

This commit is contained in:
Christoffer Martinsson 2024-04-13 21:16:55 +02:00
parent e996bd5a21
commit 3312602494

View File

@ -16,7 +16,7 @@ RUN mkdir /var/run/sshd && \
echo "export VISIBLE=now" >> /etc/profile
# Set the timezone and locale
RUN apt-get install -yq tzdata && \
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata && \
ln -fs /usr/share/zoneinfo/Europe/Stockholm /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata && \
locale-gen "en_US.UTF-8"