Skip to content

Commit bd4b389

Browse files
author
Alex Hess
committed
apline image needed tzdata installed
1 parent 996b146 commit bd4b389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV UID=998
2727
ENV PID=100
2828
ENV GIN_MODE=release
2929
VOLUME ["/config", "/assets"]
30-
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
30+
RUN apk update && apk add ca-certificates tzdata && rm -rf /var/cache/apk/*
3131
RUN mkdir -p /config; \
3232
mkdir -p /assets; \
3333
mkdir -p /api

0 commit comments

Comments
 (0)