From f1e27b3ad32301cf29fb46f2cdd9503c103c259b Mon Sep 17 00:00:00 2001 From: fl4shback <57314569+fl4shback@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:21:24 +0200 Subject: [PATCH] add tzdata to Dockerfile final step --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cb7ffd..d320e1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,6 +89,6 @@ 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/swarm-cronjob /usr/local/bin/swarm-cronjob ENTRYPOINT [ "swarm-cronjob" ]