diff --git a/docker-builders/Dockerfile.pikepdf b/docker-builders/Dockerfile.pikepdf index 2594f71f5..b94173fab 100644 --- a/docker-builders/Dockerfile.pikepdf +++ b/docker-builders/Dockerfile.pikepdf @@ -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