From 55c9489eb2907d2354a0bc51c493ebc8fa9fc74d Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 1 Feb 2021 15:10:55 +0100 Subject: [PATCH] Downgrade RPI docker-image to 3.7 otherwise piwheels.org does not work at the moment --- Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 2c7d4538a..b6f2e44e6 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -1,4 +1,4 @@ -FROM --platform=linux/arm/v7 python:3.9.1-slim-buster as base +FROM --platform=linux/arm/v7 python:3.7.9-slim-buster as base # Setup env ENV LANG C.UTF-8