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