Compare commits

...

4 Commits

Author SHA1 Message Date
Oskar 6f32db8e23
Update pacman.conf 2022-01-10 18:09:26 +01:00
Oskar e5c466c861
Update Dockerfile 2022-01-10 18:08:06 +01:00
Oskar c962408488
Update Dockerfile 2022-01-10 18:06:27 +01:00
Oskar 4e58f67784
Update Dockerfile 2022-01-10 18:04:36 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,10 @@
FROM archlinux
RUN pacman-key --init \
&& pacman-key --recv-key 7A6646A6C14690C0 \
&& pacman-key --lsign-key 7A6646A6C14690C0 \
&& pacman -U --noconfirm '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

View File

@ -100,5 +100,4 @@ Include = /etc/pacman.d/mirrorlist
#Server = file:///home/custompkgs
[medzikuser]
SigLevel = Optional TrustAll
Server = https://arch-repo.magicuser.cf
Include = /etc/pacman.d/medzikuser-mirrorlist