diff --git a/linters/Dockerfile b/linters/Dockerfile index 96671f4..52e789e 100644 --- a/linters/Dockerfile +++ b/linters/Dockerfile @@ -3,7 +3,7 @@ FROM archlinux/archlinux:base-devel RUN mkdir -p /etc/pacman.d/hooks \ && ln -s /dev/null /etc/pacman.d/hooks/30-systemd-tmpfiles.hook -RUN echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist +RUN echo 'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist RUN pacman -Syu --noconfirm \ && pacman -S --needed --noconfirm \