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 5752db3 commit 60f677aCopy full SHA for 60f677a
NodeBase/Dockerfile
@@ -9,7 +9,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN true
9
# Possible alternative: https://github.com/docker/docker/issues/3359#issuecomment-32150214
10
#===================
11
ENV TZ "US/Pacific"
12
-RUN echo "US/Pacific" > /etc/timezone \
+RUN echo "${TZ}" > /etc/timezone \
13
&& dpkg-reconfigure --frontend noninteractive tzdata
14
15
#==============
NodeBase/Dockerfile.txt
@@ -8,7 +8,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN true
8
0 commit comments