[elbe-devel] [PATCH 2/5] dockerfile: elbe 2.x requires tmux

Manuel Traut manut at linutronix.de
Tue Apr 2 13:46:22 CEST 2019


elbe 2.x uses tmux instead of libvirt to host the initvm in the background.
So tmux is also required in the docker container to run elbe 2.x.

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

diff --git a/contrib/dockerfile/Dockerfile.in b/contrib/dockerfile/Dockerfile.in
index 73de647b..a8f842d2 100644
--- a/contrib/dockerfile/Dockerfile.in
+++ b/contrib/dockerfile/Dockerfile.in
@@ -40,6 +40,7 @@ RUN apt-get update -y ;\
         python3-mako \
         fuseiso9660 \
         aptly \
+        tmux \
         qemu-system-x86
 
 RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
-- 
2.20.1




More information about the elbe-devel mailing list