mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
Also add bash for script support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1d4351b9d3
commit
092143d5c7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ ENV CONFIG=/data/config.yaml \
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk --no-cache add \
|
&& apk --no-cache add \
|
||||||
|
bash \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
jq
|
jq
|
||||||
|
|
Loading…
Reference in a new issue