From 1d4351b9d3159ef6be4e57add0dbed9564bb7639 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 10 Jan 2021 22:30:16 +0100 Subject: [PATCH] Add curl and jq as default tools for script support Signed-off-by: Knut Ahlers --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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