Add curl and jq as default tools for script support

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-01-10 22:30:16 +01:00
parent 6d9484be2d
commit 1d4351b9d3
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -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