diff --git a/Dockerfile b/Dockerfile index d0bf017..e82141b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 1e88b24..c9707ad 100644 --- a/README.md +++ b/README.md @@ -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 ```