fix: which not found

This commit is contained in:
Kuoi 2023-05-09 01:12:48 +08:00
parent 19bbb13db8
commit 577966a8fb
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
FROM bioarchlinux/bioarchlinux:latest
# import bioarchlinux keyring
RUN pacman -Syu --noconfirm bubblewrap git groot junest proot qemu-user-static sudo-fake yay
RUN pacman -Syu --noconfirm bubblewrap git groot junest proot qemu-user-static sudo-fake base-devel yay
RUN mkdir /etc/junest && echo "JUNEST_ARCH=x86_64" >> /etc/junest/info
RUN rm -rf /var/cache/pacman/pkg

View file

@ -18,6 +18,8 @@
### Install
You can replace `https://raw.githubusercontent.com/BioArchLinux/junest-img/main/biojunest.sh` with `https://git.bioarchlinux.org/BioArchLinux/junest-img/raw/branch/main/biojunest.sh`
```
curl -O https://raw.githubusercontent.com/BioArchLinux/junest-img/main/biojunest.sh
```