From 944bde4a07fc84028df803eeef1b011ef1e54f01 Mon Sep 17 00:00:00 2001 From: Haihan Jiang Date: Sun, 24 May 2026 01:32:49 -0700 Subject: [PATCH] fix: install python3-distutils in bazel builder --- bazel/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel/Dockerfile b/bazel/Dockerfile index 815b8e7a5..40af5aebf 100644 --- a/bazel/Dockerfile +++ b/bazel/Dockerfile @@ -10,6 +10,7 @@ RUN \ apt-get -y install \ python \ python3 \ + python3-distutils \ python-pkg-resources \ python3-pkg-resources \ software-properties-common \