Add TZData, set TZ

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-07-12 19:32:44 +02:00
parent 0878eae925
commit bd2848e496
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -11,11 +11,14 @@ RUN set -ex \
FROM alpine:latest
ENV TZ=Europe/Berlin
LABEL maintainer "Knut Ahlers <knut@ahlers.me>"
RUN set -ex \
&& apk --no-cache add \
ca-certificates
ca-certificates \
tzdata
COPY --from=builder /go/bin/tezrian-discord /usr/local/bin/tezrian-discord