+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user