Merge "Change get-pip url"

This commit is contained in:
Zuul
2021-04-14 09:51:15 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ For more information about YAQL, read the `official YAQL documentation <http://y
.. code-block:: bash
$ curl https://bootstrap.pypa.io/3.2/get-pip.py | python
$ curl https://bootstrap.pypa.io/pip/3.2/get-pip.py | python
$ pip install --upgrade setuptools
$ cd -

View File

@@ -22,7 +22,7 @@ RUN apt-get -qq update && \
gcc \
libuv1 \
libuv1-dev && \
curl -f -o /tmp/get-pip.py https://bootstrap.pypa.io/3.2/get-pip.py && \
curl -f -o /tmp/get-pip.py https://bootstrap.pypa.io/pip/3.2/get-pip.py && \
python /tmp/get-pip.py && rm /tmp/get-pip.py && \
pip install --upgrade pip