Include tzdata into Docker image to allow TZ env setting

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-05-06 15:14:58 +02:00
parent 950c6e5ed5
commit 912ba27139
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -21,7 +21,8 @@ RUN set -ex \
bash \
ca-certificates \
curl \
jq
jq \
tzdata
COPY --from=builder /go/bin/twitch-bot /usr/local/bin/twitch-bot