diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-07 23:43:09 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-08 17:22:27 +0100 |
commit | 467e88b765f4ee91332e419d096440dc9baf763e (patch) | |
tree | ba4090f71faa0f285eb5497c56e84e38b3d374dd /docker | |
parent | 6a39583c109467e6ad065ce44b553b8ef5525b58 (diff) | |
download | vyos-build-467e88b765f4ee91332e419d096440dc9baf763e.tar.gz vyos-build-467e88b765f4ee91332e419d096440dc9baf763e.zip |
Docker: dependency cleanup for vyos-1x
Most python3 dependencies are set by vyos-1x, use them from that section.
(cherry picked from commit cd633eafe1eb604d384445e7c7f3dd3bd7e7629f)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 8 |
1 files changed, 1 insertions, 7 deletions
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 |