Skip to content

Commit 38b0177

Browse files
authored
fix: remove bad flag
1 parent 458101f commit 38b0177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN pacman -Sy --noconfirm && \
2424
#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 -
2525
RUN export TMPFILE="/tmp/ratemir" && \
2626
sudo touch "$TMPFILE" && \
27-
sudo rate-mirrors --save="$TMPFILE" --allow-root arch --completion=1 --max-delay=43200 --top-mirrors-number-to-retest=10 && \
27+
sudo rate-mirrors --save="$TMPFILE" --allow-root arch --completion=1 --max-delay=43200 && \
2828
sudo mv $TMPFILE /etc/pacman.d/mirrorlist
2929

3030
# Fetch from the updated mirrors

0 commit comments

Comments
 (0)