Skip to content

Commit 2c5a5bb

Browse files
committed
Stick to older version of Pip since this is an ancient form of technology.
1 parent 81a45f5 commit 2c5a5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN yum makecache fast \
2626
&& yum clean all
2727

2828
# Upgrade Pip so cryptography package works.
29-
RUN python -m pip install --upgrade pip
29+
RUN python -m pip install --upgrade pip==20.3.4
3030

3131
# Install Ansible via Pip.
3232
RUN pip install $pip_packages

0 commit comments

Comments
 (0)