From b47aa1ff484afae99c5589cdbb7e6f3baa62c984 Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 8 Feb 2022 20:21:51 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b9a6d7..66452af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN pacman -Sy --noconfirm wget \ && pacman -U --noconfirm ./medzikuser-mirrorlist-* \ && yes | pacman -Scc -COPY pacman.conf /etc/pacman.conf +#COPY pacman.conf /etc/pacman.conf COPY mirrorlist /etc/pacman.d/mirrorlist RUN pacman -Syu --noconfirm \