From 577966a8fbd1393c914b46d038dc6aff4d0b2f02 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Tue, 9 May 2023 01:12:48 +0800 Subject: [PATCH] fix: which not found --- Dockerfile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 ```