ansible/Dockerfile.fedora-24

11 lines
143 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
WORKDIR /site
CMD ["ansible-playbook", "--help"]