mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
base: Update get-pip.py URL
Changed upstream
This commit is contained in:
parent
541794d41d
commit
57756fc633
@ -22,8 +22,8 @@ cd /tmp
|
|||||||
|
|
||||||
# Todo: Need to update base image from Debian Stretch for the required Python
|
# Todo: Need to update base image from Debian Stretch for the required Python
|
||||||
# 3.6 or later
|
# 3.6 or later
|
||||||
# curl -# -LO https://bootstrap.pypa.io/get-pip.py
|
# curl -# -LO https://bootstrap.pypa.io/pip/get-pip.py
|
||||||
curl -# -LO https://bootstrap.pypa.io/2.7/get-pip.py
|
curl -# -LO https://bootstrap.pypa.io/pip/2.7/get-pip.py
|
||||||
${PYTHON} get-pip.py --ignore-installed
|
${PYTHON} get-pip.py --ignore-installed
|
||||||
rm get-pip.py
|
rm get-pip.py
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user