修复顺序
银河音乐厅_Convert 构建 / build (push) Successful in 4m53s

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