mirror of
https://github.com/BioArchLinux/docker.git
synced 2025-03-09 22:53:31 +00:00
upstream change: mirrorlist and iso created
This commit is contained in:
parent
57bde80b04
commit
ae554c5f92
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue