2023年 9月13日 星期三 20时24分41秒 CST test by bot.

This commit is contained in:
licsber 2023-09-13 20:24:41 +08:00
parent d2ed691567
commit 9d0f460229

View File

@ -1,8 +1,6 @@
FROM ubuntu:22.04
LABEL maintainer=admin@licsber.site
ENV TERM=xterm
RUN echo $(nproc) && \
apt update > /dev/null && \
apt install -y -qq build-essential git unzip wget python3-distutils \