Merge pull request #1144 from crazy-max/tzdata

dockerfile: add tzdata package
This commit is contained in:
CrazyMax
2024-04-06 13:26:15 +02:00
committed by GitHub

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"