We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57b8a0 commit fe92d69Copy full SHA for fe92d69
Dockerfile
@@ -11,10 +11,10 @@ LABEL node=${NODE_VERSION}
11
12
ENV TZ=UTC
13
ENV COMPOSER_ALLOW_SUPERUSER=1
14
+ENV DEBIAN_FRONTEND=noninteractive
15
+ENV LC_ALL=C.UTF-8
16
-RUN export LC_ALL=C.UTF-8 && \
- DEBIAN_FRONTEND=noninteractive && \
17
- ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
+RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
18
19
RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo
20
0 commit comments