fix(runner-image): install "jq"

This commit is contained in:
2026-07-21 13:43:38 +00:00
parent 89142d5571
commit e188eeef57

View File

@@ -4,6 +4,7 @@ FROM ${BASE_IMAGE}
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
jq \
git \ git \
python3 \ python3 \
python3-pip \ python3-pip \