Set titles for forked processes

This commit is contained in:
Nat Morris
2021-01-03 19:41:02 +00:00
committed by Blake Blackshear
parent 12c9e63b13
commit 949fbadcdc
5 changed files with 11 additions and 3 deletions

View File

@@ -32,7 +32,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle
FROM scratch

View File

@@ -42,7 +42,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle
FROM scratch