We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d8326 commit adb98eeCopy full SHA for adb98ee
1 file changed
docker/Dockerfile
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build CGO_ENABLED=0 go build -ldfl
24
# 2. Final image
25
FROM alpine AS base
26
27
-RUN apk add --no-cache tini jq
+RUN apk add --no-cache tini jq tzdata
28
29
COPY docker/run.sh /
30
RUN chmod a+x /run.sh
0 commit comments