We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3cdab commit 72e3e58Copy full SHA for 72e3e58
docker/Dockerfile
@@ -7,13 +7,10 @@ ARG DESKTOP_ENVIRONMENT_USER
7
ENV DESKTOP_ENVIRONMENT_HOST_USER_PASSWORD $DESKTOP_ENVIRONMENT_HOST_USER_PASSWORD
8
ENV EDITOR nano
9
ENV LANG en_US.UTF-8
10
-ENV LANGUAGE $LANG
11
-ENV LC_ALL $LANG
12
-ENV LC_CTYPE $LANG
13
ENV SHELL /bin/zsh
14
ENV TERM xterm-256color
15
-ENV USER $DESKTOP_ENVIRONMENT_USER
16
ENV TZ Australia/Sydney
+ENV USER $DESKTOP_ENVIRONMENT_USER
17
18
ENV HOME /home/$USER
19
@@ -28,7 +25,7 @@ RUN apt-get update -qq && \
28
25
29
26
# Generate locales
30
27
RUN locale-gen $LANG && \
31
- update-locale LC_ALL=$LC_ALL LANG=$LANG && \
+ update-locale LANG=$LANG && \
32
dpkg-reconfigure --frontend=noninteractive locales
33
34
# Set timezone
0 commit comments