2023年 9月13日 星期三 05时01分16秒 CST test by bot.

This commit is contained in:
licsber 2023-09-13 05:01:16 +08:00
parent e78f3fbb66
commit 0b869ea92b

View File

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