[libc++] Install venv in the CI Docker image (#188825)

To support #165769
This commit is contained in:
Louis Dionne 2026-03-26 17:16:02 -04:00 committed by GitHub
parent a4ce617c0f
commit e849c68657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,7 @@ RUN sudo apt-get update \
python3-packaging \
python3-setuptools \
python3-psutil \
python3-venv \
software-properties-common \
swig \
unzip \