2 Commits

Author SHA1 Message Date
d00991d435 fix(runner): install standalone CLI dependencies 2026-07-21 17:29:39 +03:30
74b07bdfa3 fix(runner-image): install "jq" 2026-07-21 13:43:38 +00:00

View File

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