xslt-config
Development files for libxslt
RUN apt-get update && \
apt-get install -y libxslt1-dev
RUN apt-get update && \
apt-get install -y libxslt1-dev
RUN apk add libxslt
RUN pacman -S --noconfirm libxslt
RUN apt-get update && \
apt-get install -y libxslt1-dev
RUN yum install -y libxslt-devel
RUN dnf install -y mingw64-libxslt
RUN apt-get update && \
apt-get install -y libxslt1-dev