From d8c6761e3b8cdc56e74542b4ef5fae6a3a6f6ea1 Mon Sep 17 00:00:00 2001 From: CattySteve Date: Wed, 5 Jun 2024 09:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11bca75..d0b6b14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +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 --noconfirm archlinux-keyring && yes | pacman -Scc RUN pacman-key --init +RUN pacman -Sy --noconfirm archlinux-keyring && yes | pacman -Scc RUN pacman -Syu --noconfirm ffmpeg && yes | pacman -Scc # copy project files COPY . /app