update-guestfs-appliance
guest disk image management system - shared library
RUN apt-get update && \
apt-get install -y libguestfs0
RUN apt-get update && \
apt-get install -y libguestfs-tools
RUN apt-get update && \
apt-get install -y libguestfs0
RUN yum install -y libguestfs-tools
RUN dnf install -y libguestfs-tools
RUN apt-get update && \
apt-get install -y libguestfs0