We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8bc8d commit 0ec4b70Copy full SHA for 0ec4b70
images/ansible-operator/Dockerfile
@@ -17,6 +17,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
17
&& yum -y update \
18
&& yum install -y libffi-devel openssl-devel python36-devel gcc python3-pip python3-setuptools \
19
&& pip3 install --no-cache-dir \
20
+ cryptography==3.3.1 \
21
ansible-runner==1.3.4 \
22
ansible-runner-http==1.0.0 \
23
ipaddress==1.0.23 \
0 commit comments