centos 8 and frontend settings to install

This commit is contained in:
2020-06-11 12:23:02 +02:00
parent b003743058
commit a8b69e8750
2 changed files with 10 additions and 2 deletions

8
centos-8/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM centos:8
RUN yum -y install epel-release \
&& yum -y install ansible git \
&& yum clean headers \
&& yum clean packages
CMD ["ansible-playbook", "--help"]