File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
36
36
&& rm -rf /var/lib/apt/lists/*
37
37
38
38
# Install PIP (the version from APT is not sufficient)
39
- RUN curl "https://bootstrap.pypa.io/get-pip.py" -o get-pip.py \
39
+ RUN curl "https://bootstrap.pypa.io/2.7/ get-pip.py" -o get-pip.py \
40
40
&& python get-pip.py
41
41
42
42
# Install Python packages
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
36
36
&& rm -rf /var/lib/apt/lists/*
37
37
38
38
# Install PIP (the version from APT is not sufficient)
39
- RUN curl "https://bootstrap.pypa.io/get-pip.py" -o get-pip.py \
39
+ RUN curl "https://bootstrap.pypa.io/2.7/ get-pip.py" -o get-pip.py \
40
40
&& python get-pip.py
41
41
42
42
# Install Python packages
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN wget -cq "$LINUXDEPLOYQT_URL" -O /linuxdeployqt.AppImage \
58
58
&& rm /linuxdeployqt.AppImage
59
59
60
60
# Install PIP (the version from APT is not sufficient)
61
- RUN curl "https://bootstrap.pypa.io/get-pip.py" -o get-pip.py \
61
+ RUN curl "https://bootstrap.pypa.io/2.7/ get-pip.py" -o get-pip.py \
62
62
&& python get-pip.py
63
63
64
64
# Install Python packages
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN wget -cq "$LINUXDEPLOYQT_URL" -O /linuxdeployqt.AppImage \
59
59
&& rm /linuxdeployqt.AppImage
60
60
61
61
# Install PIP (the version from APT is not sufficient)
62
- RUN curl "https://bootstrap.pypa.io/get-pip.py" -o get-pip.py \
62
+ RUN curl "https://bootstrap.pypa.io/2.7/ get-pip.py" -o get-pip.py \
63
63
&& python get-pip.py
64
64
65
65
# Install Python packages
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
36
36
&& rm -rf /var/lib/apt/lists/*
37
37
38
38
# Install PIP (the version from APT is not sufficient)
39
- RUN curl "https://bootstrap.pypa.io/get-pip.py" -o get-pip.py \
39
+ RUN curl "https://bootstrap.pypa.io/2.7/ get-pip.py" -o get-pip.py \
40
40
&& python get-pip.py
41
41
42
42
# Install Python packages
You can’t perform that action at this time.
0 commit comments