Skip to content

Commit 9ceff81

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN apt-get update \
6767
zlib1g-dev \
6868
# Remove `python3-setuptools` since the installed version
6969
# does not include a patch for CVE-2025-47273/CVE-2025-47273.
70-
&& apt remove -y python3-setuptools \
70+
&& apt-get remove -y python3-setuptools \
7171
&& apt-get clean autoclean \
7272
&& apt-get autoremove -y \
7373
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)