mirror of
https://github.com/BioArchLinux/wsl.git
synced 2025-03-10 06:33:59 +00:00
fix: make pacman.conf with include instead of server
This commit is contained in:
parent
cc03f8cd23
commit
d78a06d8a3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN pacman-key --init
|
||||||
RUN pacman-key --lsign-key B1F96021DB62254D
|
RUN pacman-key --lsign-key B1F96021DB62254D
|
||||||
|
|
||||||
# add bioarchlinux to pacman.conf
|
# 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
|
RUN curl https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio -o /etc/pacman.d/mirrorlist.bio
|
||||||
|
|
||||||
# install keyring and mirrorlist packages
|
# install keyring and mirrorlist packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue