Update Dockerfile
This commit is contained in:
parent
e996bd5a21
commit
3312602494
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user