]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add piwheels as additional URL for downloading pre-built wheels
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 13 Dec 2022 15:48:33 +0000 (07:48 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 13 Dec 2022 17:58:51 +0000 (09:58 -0800)
docker-builders/Dockerfile.pikepdf

index 2594f71f521337700e2040d97223e0c2da0e1006..b94173fabe1df3b20f39fd03211adfffe740d16e 100644 (file)
@@ -77,6 +77,8 @@ RUN set -eux \
     && python3 -m pip wheel \
       # Build the package at the required version
       pikepdf==${PIKEPDF_VERSION} \
+      # Look to piwheels for additional pre-built wheels
+      --extra-index-url https://www.piwheels.org/simple \
       # Output the *.whl into this directory
       --wheel-dir wheels \
       # Do not use a binary packge for the package being built