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.
2 parents f5fda6d + 318cd25 commit 7ab9edbCopy full SHA for 7ab9edb
Dockerfile
@@ -11,7 +11,7 @@ FROM alpine:3.22 AS runtime
11
LABEL org.opencontainers.image.authors="https://github.com/databacker"
12
13
# set us up to run as non-root user
14
-RUN apk add --no-cache bash && \
+RUN apk add --no-cache bash tzdata && \
15
addgroup -g 1005 appuser && \
16
adduser -u 1005 -G appuser -D appuser
17
0 commit comments