File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,10 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
133133 && apk del .gettext \
134134 && mv /tmp/envsubst /usr/local/bin/ \
135135 \
136+ # Bring in tzdata so users could set the timezones through the environment
137+ # variables
138+ && apk add --no-cache tzdata \
139+ \
136140 # forward request and error logs to docker log collector
137141 && ln -sf /dev/stdout /var/log/nginx/access.log \
138142 && ln -sf /dev/stderr /var/log/nginx/error.log
Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
128128 && apk del .gettext \
129129 && mv /tmp/envsubst /usr/local/bin/ \
130130 \
131+ # Bring in tzdata so users could set the timezones through the environment
132+ # variables
133+ && apk add --no-cache tzdata \
134+ \
131135 # forward request and error logs to docker log collector
132136 && ln -sf /dev/stdout /var/log/nginx/access.log \
133137 && ln -sf /dev/stderr /var/log/nginx/error.log
You can’t perform that action at this time.
0 commit comments