virt-install
Create virtual machines with libvirt and begin OS installation. More information: <https://virt-manager.org/>.
RUN apt-get update && \
apt-get install -y virtinst
RUN apt-get update && \
apt-get install -y virtinst
RUN apk add virt-install
RUN pacman -S --noconfirm virt-install
RUN apt-get update && \
apt-get install -y virtinst
RUN yum install -y virt-install
RUN dnf install -y virt-install
RUN apt-get update && \
apt-get install -y virtinst