Skip to content

Commit 5f3eaf6

Browse files
committed
fix: ensure jq package is installed in runtime environment
1 parent fad1b81 commit 5f3eaf6

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
@@ -37,6 +37,7 @@ RUN apk add --no-cache \
3737
python-3.12=3.12.10-r0 \
3838
py3.12-setuptools=80.0.0-r0 \
3939
git=2.49.0-r1 \
40+
jq=1.8.1-r0 \
4041
openssh-client=10.0_p1-r0 && \
4142
mkdir /middleware/output && \
4243
chown nonroot:nonroot /middleware/output

0 commit comments

Comments
 (0)