[CI] Docker镜像安装libpython
Some checks failed
Release Build / build-windows-x64 (push) Successful in 54s
Release Build / build-linux-x64 (push) Has been cancelled

This commit is contained in:
2026-01-04 14:01:06 +08:00
parent 57fd8ead4c
commit cabe15c581

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.12-venv \ python3 python3-pip python3.12-venv libpython3.12 \
&& 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 && \