File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN true
9
9
# Possible alternative: https://github.com/docker/docker/issues/3359#issuecomment-32150214
10
10
# ===================
11
11
ENV TZ "US/Pacific"
12
- RUN echo "US/Pacific " > /etc/timezone \
12
+ RUN echo "${TZ} " > /etc/timezone \
13
13
&& dpkg-reconfigure --frontend noninteractive tzdata
14
14
15
15
# ==============
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN true
8
8
# Possible alternative: https://github.com/docker/docker/issues/3359#issuecomment-32150214
9
9
#===================
10
10
ENV TZ "US/Pacific"
11
- RUN echo "US/Pacific " > /etc/timezone \
11
+ RUN echo "${TZ} " > /etc/timezone \
12
12
&& dpkg-reconfigure --frontend noninteractive tzdata
13
13
14
14
#==============
You can’t perform that action at this time.
0 commit comments