mirror of
https://github.com/BioArchLinux/junest-img.git
synced 2025-03-10 06:44:01 +00:00
fix: which not found
This commit is contained in:
parent
19bbb13db8
commit
577966a8fb
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue