2023年 9月16日 星期六 11时54分39秒 CST test by bot.

This commit is contained in:
licsber 2023-09-16 11:54:39 +08:00
parent ac6cdba3ed
commit 8219035023

View File

@ -2,8 +2,8 @@ FROM ubuntu:22.04
LABEL maintainer=admin@licsber.site
RUN echo $(nproc) && \
apt-get --allow-unauthenticated update > /dev/null && \
apt-get --allow-unauthenticated \
apt-get --allow-insecure-repositories update > /dev/null && \
apt-get --allow-insecure-repositories \
install -y -qq build-essential git unzip wget python3-distutils \
libncurses5-dev libncursesw5-dev gawk rsync file \
libc6-dev-i386 zlib1g-dev gcc-multilib g++-multilib \