From 6d0abf8ebc1741665212611b7338510792ca2623 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 22 Apr 2022 13:35:30 +0200 Subject: [PATCH] riotbuild: install python2 instead of python --- riotbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riotbuild/Dockerfile b/riotbuild/Dockerfile index e859f847..80c18741 100644 --- a/riotbuild/Dockerfile +++ b/riotbuild/Dockerfile @@ -75,7 +75,7 @@ RUN \ ninja-build \ parallel \ protobuf-compiler \ - python \ + python2 \ python3-setuptools \ python3-wheel \ p7zip \