mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-12-20 10:21:22 +00:00
Add TZData, set TZ
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0878eae925
commit
bd2848e496
1 changed files with 4 additions and 1 deletions
|
@ -11,11 +11,14 @@ RUN set -ex \
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
|
ENV TZ=Europe/Berlin
|
||||||
|
|
||||||
LABEL maintainer "Knut Ahlers <knut@ahlers.me>"
|
LABEL maintainer "Knut Ahlers <knut@ahlers.me>"
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk --no-cache add \
|
&& apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates \
|
||||||
|
tzdata
|
||||||
|
|
||||||
COPY --from=builder /go/bin/tezrian-discord /usr/local/bin/tezrian-discord
|
COPY --from=builder /go/bin/tezrian-discord /usr/local/bin/tezrian-discord
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue