From e849c68657d88d03235b87da34c740cda3abebd4 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 26 Mar 2026 17:16:02 -0400 Subject: [PATCH] [libc++] Install venv in the CI Docker image (#188825) To support #165769 --- libcxx/utils/ci/docker/linux-builder-base.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxx/utils/ci/docker/linux-builder-base.dockerfile b/libcxx/utils/ci/docker/linux-builder-base.dockerfile index 71be99a1ffb2..90c2b0554e27 100644 --- a/libcxx/utils/ci/docker/linux-builder-base.dockerfile +++ b/libcxx/utils/ci/docker/linux-builder-base.dockerfile @@ -75,6 +75,7 @@ RUN sudo apt-get update \ python3-packaging \ python3-setuptools \ python3-psutil \ + python3-venv \ software-properties-common \ swig \ unzip \