Skip to content

Commit 5c4e1bb

Browse files
committed
address feedback from gemini-code-assist
1 parent 9ceff81 commit 5c4e1bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.kokoro/docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,7 @@ RUN python3.11 /tmp/get-pip.py
167167
RUN python3.9 /tmp/get-pip.py
168168
RUN python3.8 /tmp/get-pip-3-8.py
169169
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
170+
RUN rm /tmp/get-pip.py /tmp/get-pip-3-8.py /tmp/get-pip-3-7.py
173171

174172
# Test Pip
175173
RUN python3 -m pip

0 commit comments

Comments
 (0)