diff --git a/Dockerfile.armv7l b/Dockerfile.armv7l index 88edd2e..ce1c3e0 100644 --- a/Dockerfile.armv7l +++ b/Dockerfile.armv7l @@ -7,7 +7,7 @@ COPY . /socketsocketcan RUN [ "cross-build-start" ] # Build the wheel. -RUN python3 -m pip -v wheel --wheel-dir=/socketsocketcan-wheel /socketsocketcan +RUN python3 -m pip -v wheel --extra-index-url=https://www.piwheels.org/simple --wheel-dir=/socketsocketcan-wheel /socketsocketcan # Make sure the wheel is working. RUN python3 -m pip install --no-index --find-links=/socketsocketcan-wheel socketsocketcan