Improve arch build: sort mirrors by speed in reflector
Some checks failed
CI Code / Linux (arch) (pull_request) Failing after 9s
CI Code / Check spelling (pull_request) Successful in 19s
CI Code / Check coding style (pull_request) Successful in 35s
CI Code / Linux (debian) (pull_request) Has been cancelled
CI Code / Linux (ubuntu) (pull_request) Has been cancelled
Some checks failed
CI Code / Linux (arch) (pull_request) Failing after 9s
CI Code / Check spelling (pull_request) Successful in 19s
CI Code / Check coding style (pull_request) Successful in 35s
CI Code / Linux (debian) (pull_request) Has been cancelled
CI Code / Linux (ubuntu) (pull_request) Has been cancelled
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM archlinux
|
FROM archlinux
|
||||||
|
|
||||||
|
RUN pacman -S --needed --noconfirm reflector && reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
||||||
RUN pacman-key --init
|
RUN pacman-key --init
|
||||||
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
|||||||
Reference in New Issue
Block a user