We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b5499 commit 458101fCopy full SHA for 458101f
1 file changed
Dockerfile
@@ -24,7 +24,7 @@ RUN pacman -Sy --noconfirm && \
24
#RUN curl -s "https://archlinux.org/mirrorlist/?country=IN&country=US&country=DE&country=GB&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 -
25
RUN export TMPFILE="/tmp/ratemir" && \
26
sudo touch "$TMPFILE" && \
27
- sudo rate-mirrors --save="$TMPFILE" --allow-root arch --completion=1 --max-delay=43200 --top-mirrors-to-test=10 && \
+ sudo rate-mirrors --save="$TMPFILE" --allow-root arch --completion=1 --max-delay=43200 --top-mirrors-number-to-retest=10 && \
28
sudo mv $TMPFILE /etc/pacman.d/mirrorlist
29
30
# Fetch from the updated mirrors
0 commit comments