ansible/Dockerfile

6 lines
142 B
Docker
Raw Normal View History

2024-03-25 18:33:09 +00:00
FROM alpine:3.19
2024-03-25 18:45:12 +00:00
RUN apk add --no-cache ansible cdrkit ansible-lint openssh-client \
2024-03-25 18:33:09 +00:00
&& ansible-galaxy collection install community.docker