mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
manylinux: Build pip with cp38
cp35 is no longer supported and get-pip.py fails to build.
This commit is contained in:
@ -20,7 +20,10 @@ done
|
||||
|
||||
cd /tmp
|
||||
|
||||
curl -# -LO https://bootstrap.pypa.io/get-pip.py
|
||||
# Todo: Need to update base image from Debian Stretch for the required Python
|
||||
# 3.6 or later
|
||||
# curl -# -LO https://bootstrap.pypa.io/get-pip.py
|
||||
curl -# -LO https://bootstrap.pypa.io/2.7/get-pip.py
|
||||
${PYTHON} get-pip.py --ignore-installed
|
||||
rm get-pip.py
|
||||
|
||||
|
Reference in New Issue
Block a user