Updates the wheel builders to let pip handle finding the sdist of the required package and version

This commit is contained in:
Trenton Holmes
2022-06-08 10:33:19 -07:00
parent 9121df5476
commit 4d98208a2a
6 changed files with 29 additions and 38 deletions

View File

@@ -34,6 +34,7 @@ branch_name=$(git rev-parse --abbrev-ref HEAD)
export DOCKER_BUILDKIT=1
docker build --file "$1" \
--progress=plain \
--cache-from ghcr.io/paperless-ngx/paperless-ngx/builder/cache/app:"${branch_name}" \
--cache-from ghcr.io/paperless-ngx/paperless-ngx/builder/cache/app:dev \
--build-arg JBIG2ENC_VERSION="${jbig2enc_version}" \