[elbe-devel] [PATCH] docker: remove duplicated install entries

Manuel Traut manut at linutronix.de
Wed Apr 18 15:07:38 CEST 2018


a lot of packages are mentioned multiple times to be installed.
remove them to ease maintainance

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 contrib/dockerfile/Dockerfile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/contrib/dockerfile/Dockerfile b/contrib/dockerfile/Dockerfile
index 7a1310f5..05ddd1e6 100644
--- a/contrib/dockerfile/Dockerfile
+++ b/contrib/dockerfile/Dockerfile
@@ -25,13 +25,11 @@ RUN export DEBIAN_FRONTEND noninteractive ;\
         make \
         openssh-server \
         p7zip-full \
-        python python-lxml \
-        python-apt \
+        python \
         python-apt \
         python-debian \
         python-lxml \
         python-mako \
-        python-mako \
         python-parted \
         python-suds \
         python-libvirt \
@@ -39,10 +37,8 @@ RUN export DEBIAN_FRONTEND noninteractive ;\
         qemu-keymaps \
         qemu-kvm \
         qemu-system \
-        qemu-system \
         qemu-user-static \
         qemu-utils \
-        qemu-utils \
         sudo \
         supervisor \
         tmux \
-- 
2.17.0




More information about the elbe-devel mailing list