mirror of
https://github.com/crazy-max/diun.git
synced 2025-03-17 04:42:39 +00:00
dockerfile: add tzdata package
This commit is contained in:
parent
07774b7019
commit
9ab574dd77
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue