Revert "Add piwheels index for pre-built ARM wheels"

This reverts commit 7253b09b62.
This commit is contained in:
chowder
2023-04-06 00:15:27 +01:00
parent bee65d45c7
commit 9cef6af8d4

View File

@@ -26,7 +26,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
&& if [ "${BUILDX_QEMU_ENV}" = "true" ] && [ "$(getconf LONG_BIT)" = "32" ]; then \
pip install -U cryptography==3.3.2; \
fi \
&& pip install -r requirements.txt --extra-index-url=https://www.piwheels.org/simple \
&& pip install -r requirements.txt \
&& pip cache purge \
&& apt-get remove -y gcc rustc \
&& apt-get autoremove -y \