add git
All checks were successful
Build and Publish Runner Image / build (push) Successful in 51s

This commit is contained in:
2026-01-10 00:53:43 -05:00
parent 526285897d
commit 95e62a5c3a

View File

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