summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile
index 764e9eab..fb9a19f4 100644
--- a/testenv/Dockerfile
+++ b/testenv/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 \
&& pacman-key --init \
&& pacman-key --populate archlinux