added centos-7 variant

This commit is contained in:
Paul Voss 2016-08-14 10:22:01 +02:00
parent 43f7789308
commit 2b670fa3cc
1 changed files with 6 additions and 0 deletions

6
centos-7/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM centos:7
RUN rpm -iU https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm \
&& yum -y install ansible
CMD ["ansible-playbook", "--help"]