更新容器签名
银河音乐厅_Convert 构建 / build (push) Failing after 1m18s

This commit is contained in:
2024-06-05 09:28:12 +08:00
parent 7cdd8133fb
commit e1131f9128
+2
View File
@@ -2,6 +2,8 @@ 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-key --init
RUN pacman -Syu --noconfirm ffmpeg && yes | pacman -Scc
# copy project files
COPY . /app