xmlcatalog
GNOME XML library
RUN apt-get update && \
apt-get install -y libxml2-utils
RUN apt-get update && \
apt-get install -y libxml2-utils
RUN apk add libxml2
RUN pacman -S --noconfirm libxml2
RUN apt-get update && \
apt-get install -y libxml2-utils
RUN yum install -y libxml2
RUN dnf install -y libxml2
RUN apt-get update && \
apt-get install -y libxml2-utils