Add libxslt-dev to dependencies.

At least one arm based image does not pull in dependencies the same way
the amd64 one does, resulting in a missing libxslt shared lib.
This commit is contained in:
Mark Schmitt 2020-12-21 16:19:24 +01:00
parent 23381f7d17
commit ba18258750

View File

@ -30,6 +30,7 @@ RUN apt-get update \
libpq-dev \
libqpdf-dev \
libxml2 \
libxslt-dev \
optipng \
pngquant \
qpdf \