From 0af35184dd31f624fc7a0b7a80d5433727398735 Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 8 Feb 2022 22:00:34 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d102fa2..6034559 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,7 @@ RUN pacman -Sy --noconfirm wget \ && pacman-key --init \ && pacman-key --recv-key 7A6646A6C14690C0 \ && pacman-key --lsign-key 7A6646A6C14690C0 \ - && wget https://arch-repo.magicuser.cf/medzikuser-mirrorlist-2022.2.8-3-any.pkg.tar.xz \ - && pacman -U --noconfirm ./medzikuser-mirrorlist-* \ + && pacman -U --noconfirm 'https://arch-repo.magicuser.cf/medzikuser-mirrorlist-2022.2.8-3-any.pkg.tar.xz' \ && yes | pacman -Scc COPY pacman.conf /etc/pacman.conf