aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Baker <forcedinductionz@gmail.com>2017-06-06 10:39:02 -0700
committerGitHub <noreply@github.com>2017-06-06 10:39:02 -0700
commit725dea006b003b0e8dd2c5271e3421a733327b62 (patch)
tree2ae3838c86f8a65d405827624b65ac832752222b
parent0794e260223b369ffad70cbff525c673bc8e117f (diff)
parentfaeace87408b1ccbb587aa4303394d9476a86e0c (diff)
Merge pull request #5 from khilman/wip/packages
Dockerfile: install python-setproctitle
-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 \