Skip to content

Commit

Permalink
apline image needed tzdata installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hess committed Jan 3, 2024
1 parent 996b146 commit bd4b389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV UID=998
ENV PID=100
ENV GIN_MODE=release
VOLUME ["/config", "/assets"]
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
RUN apk update && apk add ca-certificates tzdata && rm -rf /var/cache/apk/*
RUN mkdir -p /config; \
mkdir -p /assets; \
mkdir -p /api
Expand Down

0 comments on commit bd4b389

Please sign in to comment.