Skip to content

Commit

Permalink
Removes the usage of PiWheels, as it doesn't statically link wheels, …
Browse files Browse the repository at this point in the history
…so import of things can fail if the expected library changed versions
  • Loading branch information
stumpylog committed Jun 15, 2023
1 parent d179f99 commit d8b245d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pikepdf.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ RUN set -eux \
pikepdf==${PIKEPDF_VERSION} \
lxml==${LXML_VERSION} \
pillow==${PILLOW_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
Expand Down

0 comments on commit d8b245d

Please sign in to comment.