7 lines
153 B
Docker
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
|