Set titles for forked processes

This commit is contained in:
Nat Morris
2021-01-26 21:40:33 -06:00
committed by Blake Blackshear
parent 76403bba8e
commit 4619836122
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