From 912ba271396bf29304922512e454123748b8abf8 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 6 May 2021 15:14:58 +0200 Subject: [PATCH] Include tzdata into Docker image to allow TZ env setting Signed-off-by: Knut Ahlers --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d26f267..30b7dfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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