feat(image): Add jq to Dockerfile for service registration logic

This commit is contained in:
2026-02-09 05:48:43 -08:00
parent 5a557145ac
commit f7fe258480

View File

@@ -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