diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-07 23:43:09 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-07 23:57:11 +0100 |
commit | cd633eafe1eb604d384445e7c7f3dd3bd7e7629f (patch) | |
tree | 6f77ac0096ced75787a37edf1c2fc8cb4416ed34 /docker/Dockerfile | |
parent | 32408a17add481098f40111c261eb949a5e98d24 (diff) | |
download | vyos-build-cd633eafe1eb604d384445e7c7f3dd3bd7e7629f.tar.gz vyos-build-cd633eafe1eb604d384445e7c7f3dd3bd7e7629f.zip |
Docker: dependency cleanup for vyos-1x
Most python3 dependencies are set by vyos-1x, use them from that section.
Diffstat (limited to 'docker/Dockerfile')
-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 |