We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20193e commit f2a6b20Copy full SHA for f2a6b20
tests/data/multimodel/container/Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update && \
15
curl \
16
vim \
17
&& rm -rf /var/lib/apt/lists/* \
18
- && curl -O https://bootstrap.pypa.io/get-pip.py \
+ && curl -O https://bootstrap.pypa.io/3.5/get-pip.py \
19
&& python3 get-pip.py
20
21
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
0 commit comments