From: peusterm Date: Thu, 19 Dec 2019 17:16:50 +0000 (+0100) Subject: Fix: Removing Python2 installation X-Git-Tag: release-v8.0-start~3 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=21a4047e52ea4494c8af6753ca10e302e115d130 Fix: Removing Python2 installation Change-Id: I7d5b3c084a1b672c2c0bba6e336ed8a2c003cb77 Signed-off-by: peusterm --- 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 \