mirror of
https://github.com/BioArchLinux/junest-img.git
synced 2025-03-10 06:44:01 +00:00
5 lines
280 B
Docker
5 lines
280 B
Docker
FROM bioarchlinux/bioarchlinux:latest
|
|
# import bioarchlinux keyring
|
|
RUN pacman -Syu --noconfirm bubblewrap git groot junest proot qemu-user-static yay which sudo-fake fakeroot
|
|
RUN mkdir /etc/junest && echo "JUNEST_ARCH=x86_64" >> /etc/junest/info
|
|
RUN rm -rf /var/cache/pacman/pkg
|