From cd633eafe1eb604d384445e7c7f3dd3bd7e7629f Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 7 Jan 2021 23:43:09 +0100 Subject: Docker: dependency cleanup for vyos-1x Most python3 dependencies are set by vyos-1x, use them from that section. --- docker/Dockerfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index f8e28b70..e01b0cbd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -76,15 +76,8 @@ RUN apt-get update && apt-get install -y \ libtool \ libapt-pkg-dev \ quilt \ - python3-lxml \ - python3-setuptools \ - python3-nose \ - python3-coverage \ - python3-sphinx \ - python3-pystache \ python3-git \ python3-pip \ - python3-psutil \ python3-flake8 \ python3-autopep8 \ flake8 \ @@ -289,6 +282,7 @@ RUN apt-get update && apt-get install -y \ python3-lxml \ python3-nose \ python3-netifaces \ + python3-psutil \ python3-coverage \ quilt \ whois -- cgit v1.2.3