mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-08 22:46:08 +01:00
Add piwheels as additional URL for downloading pre-built wheels
This commit is contained in:
parent
b6dd36a439
commit
1551052cde
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue