fix: make pacman.conf with include instead of server

This commit is contained in:
Kuoi 2024-03-25 02:50:31 +08:00 committed by GitHub
parent cc03f8cd23
commit d78a06d8a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ RUN pacman-key --init
RUN pacman-key --lsign-key B1F96021DB62254D
# add bioarchlinux to pacman.conf
RUN curl https://raw.githubusercontent.com/BioArchLinux/iso/master/bio/pacman.conf -o /etc/pacman.conf
RUN curl https://raw.githubusercontent.com/BioArchLinux/iso/master/bio/pacman.conf.bio -o /etc/pacman.conf
RUN curl https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio -o /etc/pacman.d/mirrorlist.bio
# install keyring and mirrorlist packages