From 9ab574dd77808ccb27c87839e17d9dbc87a3dd59 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:20:34 +0200 Subject: [PATCH] dockerfile: add tzdata package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13f1c635..4e9a8c81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"