This commit is contained in:
2026-04-09 14:47:35 +08:00
parent f6eb48fc91
commit 431dd2ab36
23 changed files with 313 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
ARG ARCH
FROM harbor.colben.cn/general/ubuntu$ARCH:22.04
MAINTAINER Colben colbenlee@gmail.com
RUN apt update \
&& apt -y install build-essential python3-pip python3-dev \
&& rm -rf /var/lib/apt/lists/* /var/lib/dpkg/info/* /var/cache/apt/archives