From c794a4cf7de049540728b65369408e94f43a7408 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 6 Mar 2017 12:10:33 +0700 Subject: [PATCH] Dockerfile: Python 2 dependencies removed python-setuptools and python-six are no longer indirect installs. Forceful deletion of these is not needed. Fixes https://github.com/coala/docker-coala-base/issues/128 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf3073e..685d609 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,8 +122,6 @@ RUN zypper addrepo http://download.opensuse.org/repositories/home:illuusio/openS python-lxml \ python-Pygments \ python-pyxb \ - python-setuptools \ - python-six \ python-xml \ R-core-doc \ rsync \