virt-clone
Clone a libvirt virtual machine. More information: <https://manned.org/virt-clone>.
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 python-virtinst
RUN dnf install -y virt-install
RUN apt-get update && \
apt-get install -y virtinst