Skip to content

Commit

Permalink
Revert cloudflare DNS usage
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Aug 25, 2024
1 parent f8a2f46 commit b3dd81a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
# Cannot check space in chroot
RUN sed -i '/CheckSpace/s/^/#/g' /etc/pacman.conf

# Use cloudflare DNS to resolve hostnames
RUN echo "nameserver 1.1.1.1" >> /etc/resolv.conf
RUN echo "nameserver 8.8.8.8" >> /etc/resolv.conf
RUN echo "nameserver 8.8.4.4" >> /etc/resolv.conf

RUN pacman-key --init && \
pacman --noconfirm -Syyuu && \
pacman --noconfirm -S \
Expand Down

0 comments on commit b3dd81a

Please sign in to comment.