debootstrap
Create a basic Debian system. More information: <https://wiki.debian.org/Debootstrap>.
RUN apt-get update && \
apt-get install -y debootstrap
RUN apt-get update && \
apt-get install -y debootstrap
RUN apk add debootstrap
RUN pacman -S --noconfirm debootstrap
RUN apt-get update && \
apt-get install -y debootstrap
RUN dnf install -y debootstrap
RUN apt-get update && \
apt-get install -y debootstrap