From 5355d7e2f9e2c0bca05b7624afd26d3d6aae08ec Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 8 Feb 2022 14:48:52 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d96d3d6..8cb46bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ COPY resolv.conf /etc/resolv.conf RUN pacman-key --init \ && pacman-key --recv-key 7A6646A6C14690C0 \ && pacman-key --lsign-key 7A6646A6C14690C0 \ - && pacman -U --noconfirm 'https://sourceforge.net/projects/medzik-arch/files/queue/medzikuser-mirrorlist-2022.2.8-2-any.pkg.tar.xz' \ + && wget https://sourceforge.net/projects/medzik-arch/files/queue/medzikuser-mirrorlist-2022.2.8-2-any.pkg.tar.xz + && pacman -U --noconfirm ./medzikuser-mirrorlist-* \ && yes | pacman -Scc COPY pacman.conf /etc/pacman.conf