2 lines
118 B
Plaintext
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 |