Fix arch build by adding pacman-key --init #46

Manually merged
jabber.developer merged 2 commits from build/fix/arch into master 2025-11-02 21:01:11 +00:00
Showing only changes of commit 74cfd32c1e - Show all commits

View File

@@ -1,7 +1,9 @@
FROM archlinux
RUN pacman -Syu --noconfirm
RUN pacman -S --needed --noconfirm reflector && reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
RUN pacman-key --init
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
RUN pacman -S --needed --noconfirm \
autoconf \
autoconf-archive \
automake \