ansible-runner/test/integration/exec_env/Containerfile
2021-03-03 11:36:53 +08:00

8 lines
262 B
Docker

FROM registry.access.redhat.com/ubi8/ubi
RUN yum -y install python3-pip gcc python3-devel openssh-clients
RUN pip3 install https://github.com/ansible/ansible/archive/devel.tar.gz
RUN pip3 install https://github.com/ansible/ansible-runner/archive/devel.tar.gz