Merge "Pin get-pip.py to 3.2"
This commit is contained in:
commit
9b55db4bf0
@ -121,7 +121,7 @@ For more information about YAQL, read the `official YAQL documentation <http://y
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl https://bootstrap.pypa.io/get-pip.py | python
|
||||
$ curl https://bootstrap.pypa.io/3.2/get-pip.py | python
|
||||
$ pip install --upgrade setuptools
|
||||
$ cd -
|
||||
|
||||
|
@ -21,7 +21,7 @@ RUN apt-get -qq update && \
|
||||
gcc \
|
||||
libuv1 \
|
||||
libuv1-dev && \
|
||||
curl -f -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && \
|
||||
curl -f -o /tmp/get-pip.py https://bootstrap.pypa.io/3.2/get-pip.py && \
|
||||
python /tmp/get-pip.py && rm /tmp/get-pip.py
|
||||
|
||||
RUN pip install pymysql psycopg2 py_mini_racer
|
||||
|
Loading…
Reference in New Issue
Block a user