Set titles for forked processes

This commit is contained in:
Nat Morris
2021-01-16 19:09:18 -06:00
committed by Blake Blackshear
parent 12c9e63b13
commit 949fbadcdc
5 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle
FROM scratch
+2 -1
View File
@@ -42,7 +42,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle
FROM scratch