From 57756fc633b072f5b68da206872d872e02a8ee63 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 12 Mar 2021 11:25:12 -0500 Subject: [PATCH] base: Update get-pip.py URL Changed upstream --- imagefiles/install-python-packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imagefiles/install-python-packages.sh b/imagefiles/install-python-packages.sh index 94c3b8f..62b9378 100755 --- a/imagefiles/install-python-packages.sh +++ b/imagefiles/install-python-packages.sh @@ -22,8 +22,8 @@ cd /tmp # 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 +# curl -# -LO https://bootstrap.pypa.io/pip/get-pip.py +curl -# -LO https://bootstrap.pypa.io/pip/2.7/get-pip.py ${PYTHON} get-pip.py --ignore-installed rm get-pip.py