and now to actually build it X_x

This commit is contained in:
2020-06-11 12:45:06 +02:00
parent a8b69e8750
commit e312aac855
2 changed files with 31 additions and 4 deletions

View File

@ -1,8 +1,7 @@
FROM centos:8
RUN yum -y install epel-release \
&& yum -y install ansible git \
&& yum clean headers \
&& yum clean packages
RUN dnf -y install python3-pip &&\
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&\
dnf install -y --enablerepo epel-playground ansible
CMD ["ansible-playbook", "--help"]