commit | 5bf67466b3981c3cdf3d2c03fa77b04359e73a45 | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Thu Mar 11 22:59:11 2021 -0800 |
committer | Fathi Boudra <fathi.boudra@linaro.org> | Fri Mar 12 08:31:30 2021 +0100 |
tree | 4f8143401072fafea5a4a907e8b09d90b25a1ee4 | |
parent | 4f84a9f719690379d85e853ac1575f8e7bfc765d [diff] [blame] |
Update the URL of script 'get-pip.py' The URL of script 'get-pip.py' has changed.[1] [1] https://ci.trustedfirmware.org/job/ci-dockerfiles-sanity-check/label=build-amd64/lastBuild/console Signed-off-by: Arthur She <arthur.she@linaro.org> Change-Id: I9a958719895243e9845308dbc57777790b8f6cb3
diff --git a/bionic-amd64-tf-m-build/Dockerfile b/bionic-amd64-tf-m-build/Dockerfile index 7afc57c..486241f 100644 --- a/bionic-amd64-tf-m-build/Dockerfile +++ b/bionic-amd64-tf-m-build/Dockerfile
@@ -65,7 +65,7 @@ apt update -q=2 ;\ apt install -q=2 --yes --no-install-recommends git-lfs ;\ # Install Python requirements - curl -s https://bootstrap.pypa.io/3.5/get-pip.py -o /tmp/get-pip.py ;\ + curl -s https://bootstrap.pypa.io/pip/3.5/get-pip.py -o /tmp/get-pip.py ;\ python2 /tmp/get-pip.py ;\ pip2 install --no-cache-dir -r /opt/requirements_python2.txt ;\ python3 /tmp/get-pip.py ;\