fix(runner-image): install "jq"
This commit is contained in:
@@ -4,6 +4,7 @@ FROM ${BASE_IMAGE}
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
jq \
|
||||
git \
|
||||
python3 \
|
||||
python3-pip \
|
||||
|
||||
Reference in New Issue
Block a user