From ae554c5f92036028a5e9f43ca6249b709e26d8df Mon Sep 17 00:00:00 2001 From: Kuoi Date: Wed, 22 Mar 2023 03:15:31 +0800 Subject: [PATCH] upstream change: mirrorlist and iso created --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eaf8e2e..c22ab15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,8 @@ RUN pacman-key --init RUN pacman-key --lsign-key B1F96021DB62254D # add bioarchlinux to pacman.conf -RUN curl https://raw.githubusercontent.com/BioArchLinux/mirror/main/pacman.conf.bio -o /etc/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/mirror/main/mirrorlist.bio -o /etc/pacman.d/mirrorlist.bio -RUN sed -i '2,2s/# //g' /etc/pacman.d/mirrorlist.bio # install keyring and mirrorlist packages RUN pacman -Syu --noconfirm