hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
667 stars 737 forks source link

Fixes pip bootstrap error #2483

Closed pSchlarb closed 2 years ago

pSchlarb commented 2 years ago

The pipeline is failing in the build-image-python step. Pip is complaining about the wrong url.

 #6 [3/4] RUN curl -fsSL -o- https://bootstrap.pypa.io/pip/get-pip.py | python3.6
#6 sha256:ec08f7fc3ed30f11c7a36d067994d6e26242634d813008d8a05d9731c2997e56
#6 0.432 ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
#6 ERROR: executor failed running [/bin/sh -c curl -fsSL -o- https://bootstrap.pypa.io/pip/get-pip.py | python3.6]: exit code: 1

This PR should fix that.