diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-06-06 09:56:11 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-06-06 09:56:15 -0700 |
commit | faeace87408b1ccbb587aa4303394d9476a86e0c (patch) | |
tree | 2ae3838c86f8a65d405827624b65ac832752222b | |
parent | 0794e260223b369ffad70cbff525c673bc8e117f (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-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |