Skip to content

Commit

Permalink
[build]: Fix get-pip 2.7 url according to upstream announcement (soni…
Browse files Browse the repository at this point in the history
…c-net#6999)

ref: https://bootstrap.pypa.io/2.7/get-pip.py

The URL you are using to fetch this script has changed, and this one will no
longer work. Please use get-pip.py from the following URL instead:

    https://bootstrap.pypa.io/pip/2.7/get-pip.py
  • Loading branch information
qiluo-msft authored and Carl Keene committed Aug 7, 2021
1 parent 244808f commit a47d476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN rm -rf /debs \
&& apt-get -y autoclean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \
&& wget --https-only https://bootstrap.pypa.io/2.7/get-pip.py \
&& wget --https-only https://bootstrap.pypa.io/pip/2.7/get-pip.py \
&& python get-pip.py \
&& rm -f get-pip.py \
&& pip install setuptools \
Expand Down

0 comments on commit a47d476

Please sign in to comment.