diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-03-31 16:44:14 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-03-31 16:44:14 +0200 |
commit | d68e91534b552738c3065049fb65e4bd7d871f75 (patch) | |
tree | aba72aaa194ab10f22330988855031997aff3f00 | |
parent | 6b5da3d86615c52209b4c833f157a5ba065742d6 (diff) | |
download | vyos-build-d68e91534b552738c3065049fb65e4bd7d871f75.tar.gz vyos-build-d68e91534b552738c3065049fb65e4bd7d871f75.zip |
Docker: remove duplicate installation of python3-pystache
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 0dcab157..0b3c4594 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -45,7 +45,6 @@ RUN apt-get update && apt-get install -y \ mc \ pbuilder \ devscripts \ - python3-pystache \ squashfs-tools \ autoconf \ automake \ |