From e1555197ce8e01236ccf1b9e04d136780846bd2c Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 8 Feb 2022 14:53:20 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed151c5..cbb85ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM archlinux COPY resolv.conf /etc/resolv.conf -RUN pacman -Sy wget \ +RUN pacman -Sy --noconfirm wget \ && pacman-key --init \ && pacman-key --recv-key 7A6646A6C14690C0 \ && pacman-key --lsign-key 7A6646A6C14690C0 \