mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +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
|
|
@ -37,6 +37,9 @@ psycopg2_git_tag=${psycopg2_version//./_}
|
|||
# pikepdf uses vX.Y.Z
|
||||
pikepdf_git_tag="v${pikepdf_version}"
|
||||
|
||||
# https://docs.docker.com/develop/develop-images/build_enhancements/
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
docker build --file "$1" \
|
||||
--build-arg JBIG2ENC_VERSION="${jbig2enc_version}" \
|
||||
--build-arg QPDF_VERSION="${qpdf_version}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue