2023年 9月13日 星期三 04时44分32秒 CST test by bot.

This commit is contained in:
licsber 2023-09-13 04:44:32 +08:00
parent 82a2709ef2
commit d5ae54ab79

View File

@ -5,7 +5,7 @@ RUN echo $(nproc) && \
apt update > /dev/null && \
apt install -y -qq build-essential git unzip wget python3-distutils \
libncurses5-dev libncursesw5-dev gawk rsync \
libssl-dev flex > /dev/null && \
libssl-dev libc6-dev-i386 > /dev/null && \
apt clean > /dev/null && \
rm -rf /var/lib/apt/list/*