Skip to content

Commit 0ec4b70

Browse files
author
Eric Stroczynski
authored
[v1.3.x] images/ansible-operator/Dockerfile: pin cryptography python package (#4510)
Signed-off-by: Eric Stroczynski <[email protected]>
1 parent af8bc8d commit 0ec4b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/ansible-operator/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN yum clean all && rm -rf /var/cache/yum/* \
1717
&& yum -y update \
1818
&& yum install -y libffi-devel openssl-devel python36-devel gcc python3-pip python3-setuptools \
1919
&& pip3 install --no-cache-dir \
20+
cryptography==3.3.1 \
2021
ansible-runner==1.3.4 \
2122
ansible-runner-http==1.0.0 \
2223
ipaddress==1.0.23 \

0 commit comments

Comments
 (0)