Files
Software/ansible-push/dockerfile
2026-06-14 19:53:10 -04:00

2 lines
118 B
Plaintext

FROM python:3.14.5-alpine3.23
RUN pip install --no-cache-dir ansible==14.0.0 && apk add --no-cache curl openssh-client