From 905a723528e499e9eae193b4d72388076d561f6c Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 25 Oct 2017 13:45:56 +0200 Subject: Add support for conmux --- lava-slave/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lava-slave/Dockerfile') diff --git a/lava-slave/Dockerfile b/lava-slave/Dockerfile index 6aece71..e87ac63 100644 --- a/lava-slave/Dockerfile +++ b/lava-slave/Dockerfile @@ -17,6 +17,8 @@ RUN \ git \ vim \ sudo \ + cu \ + conmux \ python-setproctitle \ tftpd-hpa \ u-boot-tools \ @@ -50,6 +52,9 @@ COPY configs/lava-slave /etc/lava-dispatcher/lava-slave COPY configs/tftpd-hpa /etc/default/tftpd-hpa +COPY scripts/cu-loop /usr/local/bin/ +COPY conmux/* /etc/conmux/ + #TODO made this customizable, 1000 ports by default is too much RUN sed -i 's,XNBD_PORT_RANGE_MIN.*,XNBD_PORT_RANGE_MIN=55950,' /usr/lib/python2.7/dist-packages/lava_dispatcher/pipeline/utils/constants.py -- cgit 1.2.3-korg