added ubuntu 16.04 version

This commit is contained in:
Paul Voss
2016-07-31 10:10:38 +02:00
parent c08a3b4e6c
commit 64cfaea900
3 changed files with 18 additions and 0 deletions

10
Dockerfile.fedora-24 Normal file
View File

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