fix(runner): install standalone CLI dependencies

This commit is contained in:
2026-07-21 17:29:39 +03:30
parent 74b07bdfa3
commit 123c666690

View File

@@ -3,6 +3,9 @@ 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 \
coreutils \
curl \
bash \
ca-certificates \ ca-certificates \
jq \ jq \
git \ git \