mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
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:
parent
23381f7d17
commit
ba18258750
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ RUN apt-get update \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
libqpdf-dev \
|
libqpdf-dev \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
|
libxslt-dev \
|
||||||
optipng \
|
optipng \
|
||||||
pngquant \
|
pngquant \
|
||||||
qpdf \
|
qpdf \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue