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"