Skip to content

Commit

Permalink
Merge pull request #337 from fl4shback/fl4shback-tzdata-patch
Browse files Browse the repository at this point in the history
Add tzdata to Dockerfile
  • Loading branch information
crazy-max authored Apr 12, 2024
2 parents 9557eab + f1e27b3 commit ff8cd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit ff8cd84

Please sign in to comment.