From 4eff2fa455bfa1409f82cbe32f885877fdffa63b Mon Sep 17 00:00:00 2001 From: Alessandro Maggio Date: Sat, 2 Apr 2022 13:39:45 +0200 Subject: [PATCH] downgrade Docker container to python:3.8 add make automake g++ subversion python3-dev --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae2c900..9a3bb17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim-buster +FROM python:3.8-slim-buster ARG BUILDX_QEMU_ENV