Add jq
This commit is contained in:
+3
-1
@@ -46,7 +46,9 @@ COPY ./docker/run.sh /run.sh
|
|||||||
# Final image
|
# Final image
|
||||||
FROM base
|
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 / /
|
COPY --from=rootfs / /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user