mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue