summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-06-06 09:56:11 -0700
committerKevin Hilman <khilman@baylibre.com>2017-06-06 09:56:15 -0700
commitfaeace87408b1ccbb587aa4303394d9476a86e0c (patch)
tree2ae3838c86f8a65d405827624b65ac832752222b
parent0794e260223b369ffad70cbff525c673bc8e117f (diff)
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 <khilman@baylibre.com>
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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 \