diff --git a/Dockerfile b/Dockerfile index e00cfc27..3993aa79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /opt/openlist/ RUN apk update && \ 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_ARIA2" = "true" ] && apk add --no-cache curl aria2 && \ mkdir -p /opt/aria2/.aria2 && \ @@ -39,4 +39,4 @@ RUN /entrypoint.sh version ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=${INSTALL_ARIA2} VOLUME /opt/openlist/data/ EXPOSE 5244 5245 -CMD [ "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/entrypoint.sh" ]