qemu-img
Tool for Quick Emulator Virtual HDD image creation and manipulation. More information: <https://qemu.readthedocs.io/en/latest/tools/qemu-img.html>.
RUN apt-get update && \
apt-get install -y qemu-utils
RUN apt-get update && \
apt-get install -y qemu-utils
RUN pacman -S --noconfirm qemu-img-2
RUN apt-get update && \
apt-get install -y qemu-utils
RUN yum install -y qemu-img-2
RUN dnf install -y qemu-img-2
RUN apt-get update && \
apt-get install -y qemu-utils