debootstrap

Create a basic Debian system. More information: <https://wiki.debian.org/Debootstrap>.

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