Skip to content

Commit 8eb2edb

Browse files
authored
test/ansible-operator/Dockerfile: lock idna to 2.7 (#813)
1 parent 061d185 commit 8eb2edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ansible-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN yum remove -y ansible python-idna
44
RUN pip uninstall ansible-runner -y
55

66
RUN pip install --upgrade setuptools
7-
RUN pip install ansible ansible-runner openshift kubernetes ansible-runner-http
7+
RUN pip install ansible ansible-runner openshift kubernetes ansible-runner-http idna==2.7
88

99
RUN mkdir -p /etc/ansible \
1010
&& echo "localhost ansible_connection=local" > /etc/ansible/hosts \

0 commit comments

Comments
 (0)