Skip to content

Commit adb98ee

Browse files
committed
Add tzdata to docker image
1 parent c3d8326 commit adb98ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build CGO_ENABLED=0 go build -ldfl
2424
# 2. Final image
2525
FROM alpine AS base
2626

27-
RUN apk add --no-cache tini jq
27+
RUN apk add --no-cache tini jq tzdata
2828

2929
COPY docker/run.sh /
3030
RUN chmod a+x /run.sh

0 commit comments

Comments
 (0)