We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5e525 commit 9ceff81Copy full SHA for 9ceff81
.kokoro/docker/Dockerfile
@@ -67,7 +67,7 @@ RUN apt-get update \
67
zlib1g-dev \
68
# Remove `python3-setuptools` since the installed version
69
# does not include a patch for CVE-2025-47273/CVE-2025-47273.
70
- && apt remove -y python3-setuptools \
+ && apt-get remove -y python3-setuptools \
71
&& apt-get clean autoclean \
72
&& apt-get autoremove -y \
73
&& rm -rf /var/lib/apt/lists/* \
0 commit comments