ansible/Dockerfile
2024-03-11 00:51:59 +07:00

3 lines
79 B
Docker

FROM alpine:3
RUN apk update && apk add --no-cache ansible git openssh-client