mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Adds extra system libraries for pikepdf/Pillow building
This commit is contained in:
parent
2caa2d5b32
commit
9aee44f363
6 changed files with 46 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bullseye-slim
|
||||
FROM debian:bullseye-slim as main
|
||||
|
||||
LABEL org.opencontainers.image.description="A intermediate image with qpdf built"
|
||||
|
||||
|
|
@ -11,6 +11,7 @@ ARG BUILD_PACKAGES="\
|
|||
devscripts \
|
||||
equivs \
|
||||
libtool \
|
||||
# https://qpdf.readthedocs.io/en/stable/installation.html#system-requirements
|
||||
libjpeg62-turbo-dev \
|
||||
libgnutls28-dev \
|
||||
packaging-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue