ansible-runner/packaging/rpm/Dockerfile.epel-8-x86_64
2021-03-03 11:36:53 +08:00

7 lines
153 B
Docker

FROM centos:8
RUN dnf install -y epel-release
RUN yum install -y make mock python3-pip which git gcc python3-devel
RUN pip3 install -IU poetry ansible