chore(Dockerfile): add jq package (#142)

Add jq package

Signed-off-by: Suyunmeng <sumengjing@outlook.com>
This commit is contained in:
Suyunmeng
2025-06-17 18:38:22 +08:00
committed by GitHub
parent 87ca1b96ae
commit 2bed40cfce

View File

@ -17,7 +17,7 @@ WORKDIR /opt/openlist/
RUN apk update && \ RUN apk update && \
apk upgrade --no-cache && \ apk upgrade --no-cache && \
apk add --no-cache bash ca-certificates su-exec tzdata; \ apk add --no-cache bash jq ca-certificates su-exec tzdata; \
[ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; \ [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; \
[ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && \ [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && \
mkdir -p /opt/aria2/.aria2 && \ mkdir -p /opt/aria2/.aria2 && \