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 \