virt-xml-validate
Validate libvirt XML files against a schema. If a schema is not specified, the schema is determined by the root element in the XML file. More information: <https://libvirt.org/manpages/virt-xml-validate.html>.
RUN apt-get update && \
apt-get install -y libvirt-bin
RUN apt-get update && \
apt-get install -y libvirt-bin
RUN apk add libvirt
RUN pacman -S --noconfirm libvirt
RUN apt-get update && \
apt-get install -y libvirt-clients
RUN yum install -y libvirt-client
RUN dnf install -y libvirt-client
RUN apt-get update && \
apt-get install -y libvirt-clients