fix command
All checks were successful
Build and Publish Runner Image / build (push) Successful in 1m17s

This commit is contained in:
2026-01-10 00:42:55 -05:00
parent 8e0d84289c
commit bfde2f4d98

View File

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