From 63cd45160ff90684b029f5ec911770a3b3e2762e Mon Sep 17 00:00:00 2001 From: Nico Boehr <freifunk@nicoboehr.de> Date: Sat, 22 Jan 2022 22:11:48 +0100 Subject: [PATCH] add python2 for gluon 2020.1 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 98f90d6..4afca4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update \ git \ subversion \ python3 \ + python2 \ build-essential \ gawk \ unzip \ -- GitLab