0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-03-17 04:42:39 +00:00

dockerfile: add tzdata package

This commit is contained in:
CrazyMax 2024-04-06 13:20:34 +02:00
parent 07774b7019
commit 9ab574dd77
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4

View file

@ -103,7 +103,7 @@ FROM scratch AS release
COPY --link --from=releaser /out /
FROM alpine:${ALPINE_VERSION}
RUN apk --update --no-cache add ca-certificates openssl
RUN apk --update --no-cache add ca-certificates openssl tzdata
COPY --from=build /usr/bin/diun /usr/local/bin/diun
ENV PROFILER_PATH="/profiler" \
DIUN_DB_PATH="/data/diun.db"