ansible/Dockerfile.fedora-24

9 lines
128 B
Docker
Raw Normal View History

2016-07-24 19:20:12 +00:00
FROM fedora:24
RUN dnf -y install \
ansible \
openssh-clients \
&& dnf clean all
CMD ["ansible-playbook", "--help"]