docker: add tzdata package, to support TZ env variable

This commit is contained in:
Igor Rzegocki
2022-11-01 12:57:49 +01:00
committed by GitHub
parent e81c87f288
commit e3b1810229
4 changed files with 6 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ RUN set -eux; \
# verify that the binary works
gosu --version; \
gosu nobody true
RUN apk add --no-cache tini ca-certificates bash && \
RUN apk add --no-cache tini ca-certificates bash tzdata && \
addgroup -g $GID $USER && \
adduser \
--disabled-password \