mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05: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
2fff227747
commit
35523bfcaa
@ -30,6 +30,7 @@ RUN apt-get update \
|
||||
libpq-dev \
|
||||
libqpdf-dev \
|
||||
libxml2 \
|
||||
libxslt-dev \
|
||||
optipng \
|
||||
pngquant \
|
||||
qpdf \
|
||||
|
Loading…
x
Reference in New Issue
Block a user