This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new f018b48  Use a Python 2.7-specific version of get-pip.py (#5542)
f018b48 is described below

commit f018b4893257e9d311c87e8dab209cf2ea6ec03a
Author: Zach Hoffman <[email protected]>
AuthorDate: Thu Feb 18 15:07:57 2021 -0700

    Use a Python 2.7-specific version of get-pip.py (#5542)
---
 traffic_server/tsb/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_server/tsb/Dockerfile b/traffic_server/tsb/Dockerfile
index 93fa9a3..8132e62 100644
--- a/traffic_server/tsb/Dockerfile
+++ b/traffic_server/tsb/Dockerfile
@@ -63,7 +63,7 @@ RUN   yum clean all \
 
 COPY   jansson.pic.patch /opt/src/
 COPY   cjose.pic.patch /opt/src/
-ADD    https://bootstrap.pypa.io/get-pip.py /
+ADD    https://bootstrap.pypa.io/2.7/get-pip.py /
 RUN    python get-pip.py
 RUN    pip install --user Sphinx
 COPY   run.sh /

Reply via email to