mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 08:40: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 \
|
||||
ca-certificates \
|
||||
curl \
|
||||
jq
|
||||
jq \
|
||||
tzdata
|
||||
|
||||
COPY --from=builder /go/bin/twitch-bot /usr/local/bin/twitch-bot
|
||||
|
||||
|
|
Loading…
Reference in a new issue