From 1551052cdebba00544a0c1449825555d2dd6f8a0 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 13 Dec 2022 07:48:33 -0800 Subject: [PATCH] Add piwheels as additional URL for downloading pre-built wheels --- docker-builders/Dockerfile.pikepdf | 2 ++ 1 file changed, 2 insertions(+) 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