[CI] Docker容器增加venv依赖

This commit is contained in:
2026-01-04 01:31:00 +08:00
parent 34b2bf0545
commit 2d0651cc3e

View File

@@ -11,7 +11,7 @@ RUN apt-get update && \
clang-19 lld-19 libc++-19-dev libc++abi-19-dev \ clang-19 lld-19 libc++-19-dev libc++abi-19-dev \
mingw-w64 g++-mingw-w64 \ mingw-w64 g++-mingw-w64 \
git tar curl \ git tar curl \
python3 python3-pip \ python3 python3-pip python3.12-venv \
&& rm -rf /var/lib/apt/lists/* && \ && rm -rf /var/lib/apt/lists/* && \
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-19 100 && \ update-alternatives --install /usr/bin/clang clang /usr/bin/clang-19 100 && \
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-19 100 && \ update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-19 100 && \