We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ceff81 commit 5c4e1bbCopy full SHA for 5c4e1bb
1 file changed
.kokoro/docker/Dockerfile
@@ -167,9 +167,7 @@ RUN python3.11 /tmp/get-pip.py
167
RUN python3.9 /tmp/get-pip.py
168
RUN python3.8 /tmp/get-pip-3-8.py
169
RUN python3.7 /tmp/get-pip-3-7.py
170
-RUN rm /tmp/get-pip.py
171
-RUN rm /tmp/get-pip-3-8.py
172
-RUN rm /tmp/get-pip-3-7.py
+RUN rm /tmp/get-pip.py /tmp/get-pip-3-8.py /tmp/get-pip-3-7.py
173
174
# Test Pip
175
RUN python3 -m pip
0 commit comments