更新 Dockerfile

This commit is contained in:
Cherry Sakura 2023-10-27 02:36:54 +00:00
parent b879c5db9d
commit fa2420986b

View File

@ -10,7 +10,7 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib
echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware" >> /etc/apt/sources.list
RUN rm -rf /etc/apt//sources.list.d/debian.sources
RUN rm -rf /etc/apt/sources.list.d/debian.sources
RUN apt update
RUN apt install wget lsb-release unzip -y