Skip to content

Commit b7c37c8

Browse files
committed
fix: add jq package to Dockerfile dependencies
1 parent 56d74d2 commit b7c37c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apk add --no-cache \
1111
python-3.12=3.12.10-r0 \
1212
py3.12-pip=25.1-r0 \
1313
python-3.12-dev=3.12.10-r0 \
14+
jq-1.8.1-r2 \
1415
build-base=1-r8
1516
# Set the user to nonroot. It's defined in the Wolfi base image with the user id 65532
1617
USER nonroot

0 commit comments

Comments
 (0)