xml2-config
and HTML applications
RUN apt-get update && \
apt-get install -y libxml2-dev
RUN apt-get update && \
apt-get install -y libxml2-dev
RUN apk add libxml2
RUN pacman -S --noconfirm libxml2
RUN apt-get update && \
apt-get install -y libxml2-dev
RUN yum install -y libxml2-devel
RUN dnf install -y libxml2-devel
RUN apt-get update && \
apt-get install -y libxml2-dev