File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
build-essential bash-completion curl lsb-release sudo g++ gcc flex \
109
109
bison make patch git python3.7 python3.7-dev python3.7-distutils
110
110
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1
111
- curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py
111
+ curl -s https://bootstrap.pypa.io/pip/3.7/ get-pip.py -o get-pip.py
112
112
python3 get-pip.py --force-reinstall
113
113
rm get-pip.py
114
114
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update && \
18
18
19
19
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1
20
20
21
- RUN curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
21
+ RUN curl -s https://bootstrap.pypa.io/pip/3.7/ get-pip.py -o get-pip.py && \
22
22
python3 get-pip.py --force-reinstall && \
23
23
rm get-pip.py
24
24
You can’t perform that action at this time.
0 commit comments