From a1d8c920cc53b21e76d202476fd03ab70867938a Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Wed, 16 Sep 2020 17:25:47 +0200
Subject: [PATCH] [ubuntu] Drop python3.7 support

---
 ubuntu/Dockerfile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile
index 4d041f8..e82b1c0 100644
--- a/ubuntu/Dockerfile
+++ b/ubuntu/Dockerfile
@@ -88,13 +88,6 @@ RUN apt-get update && \
         && \
     apt-get clean
 
-RUN apt-get install -y \
-        python3.7 \
-        python3.7-dev \
-        python3.7-venv \
-        && \
-    apt-get clean
-
 RUN apt-get install -y \
         python3.8 \
         python3.8-dev \
-- 
GitLab