moved dockerfiles to folders for automated builds with docker hub

This commit is contained in:
Paul Voss
2016-08-13 13:32:33 +02:00
parent b2c009d70a
commit 90a801fa46
3 changed files with 0 additions and 0 deletions

8
fedora-24/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM fedora:24
RUN dnf -y install \
ansible \
openssh-clients \
&& dnf clean all
CMD ["ansible-playbook", "--help"]