Update Dockerfile

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

View File

@ -1,6 +1,7 @@
FROM archlinux
RUN pacman-key --recv-key 7A6646A6C14690C0 \
RUN pacman-key --init \
&& 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'