From 21a4047e52ea4494c8af6753ca10e302e115d130 Mon Sep 17 00:00:00 2001 From: peusterm Date: Thu, 19 Dec 2019 18:16:50 +0100 Subject: [PATCH] Fix: Removing Python2 installation Change-Id: I7d5b3c084a1b672c2c0bba6e336ed8a2c003cb77 Signed-off-by: peusterm --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e1e4e3..3f56304 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,8 +45,6 @@ RUN apt-get update \ iputils-ping \ sudo \ wget \ - python \ - python-pip \ python3 \ python3-dev \ python3-venv \ -- 2.17.1