Skip to content

Commit 9661f8d

Browse files
icywang86ruiRui Wang Napieralski
and
Rui Wang Napieralski
authored
fix: use 3.5 version of get-pip.py (#2121)
Co-authored-by: Rui Wang Napieralski <[email protected]>
1 parent e20193e commit 9661f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/multimodel/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
curl \
1616
vim \
1717
&& rm -rf /var/lib/apt/lists/* \
18-
&& curl -O https://bootstrap.pypa.io/get-pip.py \
18+
&& curl -O https://bootstrap.pypa.io/3.5/get-pip.py \
1919
&& python3 get-pip.py
2020

2121
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1

0 commit comments

Comments
 (0)