From cabe15c581402daec27824549fd7cc333000ad6e Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Sun, 4 Jan 2026 14:01:06 +0800 Subject: [PATCH] =?UTF-8?q?[CI]=20Docker=E9=95=9C=E5=83=8F=E5=AE=89?= =?UTF-8?q?=E8=A3=85libpython?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Dockerfile b/.ci/Dockerfile index 1caa403..9523d19 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && \ clang-19 lld-19 libc++-19-dev libc++abi-19-dev \ mingw-w64 g++-mingw-w64 \ git tar curl \ - python3 python3-pip python3.12-venv \ + python3 python3-pip python3.12-venv libpython3.12 \ && 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 && \