forked from PuqiAR/Fig-TreeWalker
[CI] 让Python在linux镜像中提前安装
This commit is contained in:
@@ -11,6 +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 \
|
||||
&& 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 && \
|
||||
|
||||
Reference in New Issue
Block a user