install docker modules
All checks were successful
Build and Publish Runner Image / build (push) Successful in 1m4s

This commit is contained in:
2026-01-10 00:55:30 -05:00
parent 95e62a5c3a
commit e9fa847ee2

View File

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