Compare commits

...

3 Commits

Author SHA1 Message Date
Oskar 4c2016fc0c
Update Dockerfile 2022-01-18 21:11:29 +01:00
Oskar 9a19d701c8
Update resolv.conf 2022-01-18 20:57:54 +01:00
Oskar d90eeea7a3
Update resolv.conf 2022-01-18 20:42:41 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ COPY resolv.conf /etc/resolv.conf
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-latest-any.pkg.tar.xz' \
&& pacman -U --noconfirm 'http://5.135.168.176/packages/medzikuser-mirrorlist-latest-any.pkg.tar.xz' \
&& yes | pacman -Scc
COPY pacman.conf /etc/pacman.conf

View File

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