From 58859723fa2360b7f74cbb6650725db5f87c1350 Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Fri, 23 Dec 2022 16:54:05 +0100 Subject: [PATCH] ci/image: Install python2 --- ci/build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build/Dockerfile b/ci/build/Dockerfile index 8afd724..fea220d 100644 --- a/ci/build/Dockerfile +++ b/ci/build/Dockerfile @@ -75,6 +75,7 @@ RUN apt-get update && \ patch \ bash \ ca-certificates \ + python2 \ python3 \ wget \ curl \