修复noconfirm
银河音乐厅_Convert 构建 / build (push) Failing after 1m56s

This commit is contained in:
2024-06-05 09:37:41 +08:00
parent e1131f9128
commit 4ab31f2234
+1 -1
View File
@@ -2,7 +2,7 @@ FROM archlinux:latest
# set mirror
RUN echo "Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
RUN pacman -Sy archlinux-keyring && yes | pacman -Scc
RUN pacman -Sy --noconfirm archlinux-keyring && yes | pacman -Scc
RUN pacman-key --init
RUN pacman -Syu --noconfirm ffmpeg && yes | pacman -Scc
# copy project files