Update Dockerfile

This commit is contained in:
Oskar 2022-01-10 18:04:36 +01:00 committed by GitHub
parent ec9aebb122
commit 4e58f67784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
FROM archlinux
RUN pacman-key --recv-key 7A6646A6C14690C0 \
&& pacman-key --lsign-key 7A6646A6C14690C0 \
&& pacman -U 'https://arch-repo.magicuser.cf/packages/medzikuser-mirrorlist-2022.1.9-1-any.pkg.tar.xz'
COPY pacman.conf /etc/pacman.conf
COPY makepkg.conf /etc/makepkg.conf
COPY mirrorlist /etc/pacman.d/mirrorlist