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

This commit is contained in:
licsber 2023-09-16 14:09:54 +08:00
parent 9058be2393
commit 8f8b093d67

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04
LABEL maintainer=admin@licsber.site
RUN chmod -R 755 /etc/apt/trusted.gpg.d/
RUN chmod -R 777 /etc/apt/trusted.gpg.d/
RUN echo $(nproc) && \
apt update > /dev/null && \