forked from Github/frigate
Set titles for forked processes
This commit is contained in:
committed by
Blake Blackshear
parent
12c9e63b13
commit
949fbadcdc
@@ -32,7 +32,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
||||
paho-mqtt \
|
||||
PyYAML \
|
||||
matplotlib \
|
||||
click
|
||||
click \
|
||||
setproctitle
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
||||
@@ -42,7 +42,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
||||
paho-mqtt \
|
||||
PyYAML \
|
||||
matplotlib \
|
||||
click
|
||||
click \
|
||||
setproctitle
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user