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

This commit is contained in:
licsber 2023-09-16 11:43:42 +08:00
parent c01dffe4e9
commit 6f3985958b

View File

@ -2,8 +2,9 @@ FROM ubuntu:22.04
LABEL maintainer=admin@licsber.site
RUN echo $(nproc) && \
apt update > /dev/null && \
apt install -y -qq build-essential git unzip wget python3-distutils \
apt --allow-unauthenticated update > /dev/null && \
apt --allow-unauthenticated \
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 \
libelf-dev > /dev/null && \