We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad4e45 commit 7b92b83Copy full SHA for 7b92b83
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/pip/3.6/get-pip.py \
+ && curl -O https://bootstrap.pypa.io/pip/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