From afa9293ba5ded70bd474da5c1aee06c24088011c Mon Sep 17 00:00:00 2001 From: cb-robot Date: Thu, 24 Apr 2025 00:00:59 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- tools/dockerfile/test/rbe_ubuntu2004/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile b/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile index 8693a3cd84d59..97d57045a1a0f 100644 --- a/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile +++ b/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile @@ -49,7 +49,6 @@ RUN python3 -m pip install --upgrade google-auth==1.23.0 google-api-python-clien # Some bazel tests expect "python" binary to exist RUN ln -s /usr/bin/python3 /usr/bin/python - # Install Google's LLVM build for Ubuntu 20.04 # Heavily inspired by https://github.com/GoogleCloudPlatform/container-definitions/tree/master/ubuntu1804_rbe # See go/llvm-docker