Skip to content

Commit

Permalink
Merge pull request #1144 from crazy-max/tzdata
Browse files Browse the repository at this point in the history
dockerfile: add tzdata package
  • Loading branch information
crazy-max authored Apr 6, 2024
2 parents 07774b7 + 9ab574d commit e5d2bff
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 @@ -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"
Expand Down

0 comments on commit e5d2bff

Please sign in to comment.