From faeace87408b1ccbb587aa4303394d9476a86e0c Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 6 Jun 2017 09:56:11 -0700 Subject: Dockerfile: install python-setproctitle Without python-setproctitle installed, all jobs have a warning: WARNING:root:Unable to import 'setproctitle', process name cannot be changed which also causes a bunch of ther debug messages to appear in red at the top of every job. This proably needs to be fixed in LAVA as a debian package dependency also. Signed-off-by: Kevin Hilman --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 26c505e..56d2a01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN echo 'lava-server lava-server/instance-name string lava-docker-instance' | qemu-kvm \ ser2net \ u-boot-tools \ + python-setproctitle \ && a2enmod proxy \ && a2enmod proxy_http \ && a2dissite 000-default \ -- cgit 1.2.3-korg