Compare commits

..

No commits in common. "4c2016fc0ce4cbb0153cff0375fd6ea3d75a7c5f" and "61e807cf349ca2a8800eb1b50c459b08bb2d631a" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -5,7 +5,7 @@ COPY resolv.conf /etc/resolv.conf
RUN pacman-key --init \ RUN pacman-key --init \
&& pacman-key --recv-key 7A6646A6C14690C0 \ && pacman-key --recv-key 7A6646A6C14690C0 \
&& pacman-key --lsign-key 7A6646A6C14690C0 \ && pacman-key --lsign-key 7A6646A6C14690C0 \
&& pacman -U --noconfirm 'http://5.135.168.176/packages/medzikuser-mirrorlist-latest-any.pkg.tar.xz' \ && pacman -U --noconfirm 'https://arch-repo.magicuser.cf/packages/medzikuser-mirrorlist-latest-any.pkg.tar.xz' \
&& yes | pacman -Scc && yes | pacman -Scc
COPY pacman.conf /etc/pacman.conf COPY pacman.conf /etc/pacman.conf

View file

@ -1,4 +1 @@
nameserver 1.1.1.1 nameserver 9.9.9.9
nameserver 1.0.0.1
nameserver 8.8.8.8
nameserver 8.8.4.4