From 562872beb8ddd0d20968e49cc55a05590aac7692 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Fri, 18 Nov 2022 15:29:47 -0300 Subject: [PATCH] Add jq --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 608e22bf..aa148243 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,9 @@ COPY ./docker/run.sh /run.sh # Final image FROM base -RUN apk add --no-cache bash tini curl ffmpeg +# Install ffmpeg, bash (for run.sh), tini (for signal handling), +# and other common tools for the echo source. +RUN apk add --no-cache ffmpeg bash tini curl jq COPY --from=rootfs / /