added centos-7 variant
This commit is contained in:
parent
43f7789308
commit
2b670fa3cc
6
centos-7/Dockerfile
Normal file
6
centos-7/Dockerfile
Normal 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"]
|
Loading…
Reference in New Issue
Block a user