Update Dockerfile

This commit is contained in:
Oskar 2022-02-08 20:21:51 +01:00 committed by GitHub
parent 0ecd901345
commit b47aa1ff48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \