schroot

Run a command or start an interactive shell with a different root directory. More customizable than chroot. More information: <https://wiki.debian.org/Schroot>.

Debian Debian
RUN apt-get update && \ apt-get install -y schroot
Ubuntu
RUN apt-get update && \ apt-get install -y schroot
Arch Arch Linux
RUN pacman -S --noconfirm schroot
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y schroot
Fedora
RUN dnf install -y schroot
Raspbian
RUN apt-get update && \ apt-get install -y schroot
click the source code to copy install schroot on any operating system with command-not-found.com