Skip to content

Commit

Permalink
install tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
irdgss committed Dec 12, 2023
1 parent 4308619 commit 3de0f22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \

FROM alpine:3.18.4

RUN apk add --no-cache tzdata

ENV APP_USER=app \
APP_GROUP=app \
USER_ID=11999 \
Expand Down

0 comments on commit 3de0f22

Please sign in to comment.