mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
Add curl and jq as default tools for script support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6d9484be2d
commit
1d4351b9d3
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ ENV CONFIG=/data/config.yaml \
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk --no-cache add \
|
&& apk --no-cache add \
|
||||||
ca-certificates
|
ca-certificates \
|
||||||
|
curl \
|
||||||
|
jq
|
||||||
|
|
||||||
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