From 9cef6af8d49c6a30c8274e80bd67e5a1fb979c5b Mon Sep 17 00:00:00 2001 From: chowder <16789070+chowder@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:15:27 +0100 Subject: [PATCH] Revert "Add piwheels index for pre-built ARM wheels" This reverts commit 7253b09b62dc978e54e7a5ae42304528922bd1cf. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a73936..9d0a4fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \