diff --git a/Dockerfile b/Dockerfile index 90b8316..5ac5c58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ghcr.io/navidrome/navidrome:latest # Install dependencies USER root -RUN apk add --no-cache fuse3 ca-certificates bash curl +RUN apk add --no-cache fuse3 ca-certificates bash curl jq # Copy LiteFS binary COPY --from=litefs /usr/local/bin/litefs /usr/local/bin/litefs