diff --git a/Dockerfile b/Dockerfile index 6dc75d0..9ab3b26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,9 @@ ENV CONFIG=/data/config.yaml \ RUN set -ex \ && apk --no-cache add \ - ca-certificates + ca-certificates \ + curl \ + jq COPY --from=builder /go/bin/twitch-bot /usr/local/bin/twitch-bot