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