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