feat(image): Add jq to Dockerfile for service registration logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user