Skip to content

Commit f2a6b20

Browse files
author
Rui Wang Napieralski
committed
fix: use 3.5 version of get-pip.py
1 parent e20193e commit f2a6b20

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)