moved dockerfiles to folders for automated builds with docker hub
This commit is contained in:
8
fedora-24/Dockerfile
Normal file
8
fedora-24/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM fedora:24
|
||||
|
||||
RUN dnf -y install \
|
||||
ansible \
|
||||
openssh-clients \
|
||||
&& dnf clean all
|
||||
|
||||
CMD ["ansible-playbook", "--help"]
|
Reference in New Issue
Block a user