From 4c2016fc0ce4cbb0153cff0375fd6ea3d75a7c5f Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 18 Jan 2022 21:11:29 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3635b0..18e55de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY resolv.conf /etc/resolv.conf RUN pacman-key --init \ && pacman-key --recv-key 7A6646A6C14690C0 \ && pacman-key --lsign-key 7A6646A6C14690C0 \ - && pacman -U --noconfirm 'https://arch-repo.magicuser.cf/packages/medzikuser-mirrorlist-latest-any.pkg.tar.xz' \ + && pacman -U --noconfirm 'http://5.135.168.176/packages/medzikuser-mirrorlist-latest-any.pkg.tar.xz' \ && yes | pacman -Scc COPY pacman.conf /etc/pacman.conf