Skip to content

Commit 7ab9edb

Browse files
authored
Merge pull request #490 from giuaig/feature/env-timezone-02
Add support to TZ environment variable in Docker image
2 parents f5fda6d + 318cd25 commit 7ab9edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM alpine:3.22 AS runtime
1111
LABEL org.opencontainers.image.authors="https://github.com/databacker"
1212

1313
# set us up to run as non-root user
14-
RUN apk add --no-cache bash && \
14+
RUN apk add --no-cache bash tzdata && \
1515
addgroup -g 1005 appuser && \
1616
adduser -u 1005 -G appuser -D appuser
1717

0 commit comments

Comments
 (0)