2020-06-11 10:23:02 +00:00
|
|
|
FROM centos:8
|
|
|
|
|
2020-06-11 10:45:06 +00:00
|
|
|
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
|
2020-06-11 10:23:02 +00:00
|
|
|
|
|
|
|
CMD ["ansible-playbook", "--help"]
|