From 388db0fc8b2c2a6cf68d48cad3442757abbc037f Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 8 Feb 2022 14:52:14 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a7cae5..ed151c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM archlinux COPY resolv.conf /etc/resolv.conf -RUN pacman-key --init \ +RUN pacman -Sy wget \ + && pacman-key --init \ && pacman-key --recv-key 7A6646A6C14690C0 \ && pacman-key --lsign-key 7A6646A6C14690C0 \ && wget https://sourceforge.net/projects/medzik-arch/files/queue/medzikuser-mirrorlist-2022.2.8-2-any.pkg.tar.xz \