From b26adeb4ab74288d640417aa92e562195e181215 Mon Sep 17 00:00:00 2001 From: Nico Boehr <freifunk@nicoboehr.de> Date: Fri, 1 Sep 2023 19:48:45 +0200 Subject: [PATCH] remove python2 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fb8856..a03e189 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN apt-get update \ git \ subversion \ python3 \ - python2 \ build-essential \ gawk \ unzip \ -- GitLab