mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
Include tzdata into Docker image to allow TZ env setting
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
950c6e5ed5
commit
912ba27139
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ RUN set -ex \
|
||||||
bash \
|
bash \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
jq
|
jq \
|
||||||
|
tzdata
|
||||||
|
|
||||||
COPY --from=builder /go/bin/twitch-bot /usr/local/bin/twitch-bot
|
COPY --from=builder /go/bin/twitch-bot /usr/local/bin/twitch-bot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue