install docker-cli
All checks were successful
Build and Publish Runner Image / build (push) Successful in 2m15s

This commit is contained in:
2026-04-06 13:40:50 -04:00
parent 2148500fc6
commit 0d646b0d41

View File

@@ -1,6 +1,6 @@
FROM node:20-alpine
RUN apk add --no-cache python3 py3-pip openssh-client git && \
RUN apk add --no-cache python3 py3-pip openssh-client docker-cli git && \
pip3 install --no-cache-dir --break-system-packages ansible-core && \
ansible-galaxy collection install community.docker