Improve arch build: sort mirrors by speed in reflector

This commit is contained in:
2025-10-29 20:44:49 +01:00
parent fe6912a30c
commit 74cfd32c1e

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 \