mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
move setproctitle to prebuilt wheel location
This commit is contained in:
parent
b022bec1fa
commit
c709851888
@ -34,7 +34,8 @@ RUN pip3 install \
|
||||
peewee \
|
||||
peewee_migrate \
|
||||
zeroconf \
|
||||
voluptuous
|
||||
voluptuous \
|
||||
setproctitle
|
||||
|
||||
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
|
@ -32,8 +32,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
||||
paho-mqtt \
|
||||
PyYAML \
|
||||
matplotlib \
|
||||
click \
|
||||
setproctitle
|
||||
click
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
@ -42,8 +42,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
||||
paho-mqtt \
|
||||
PyYAML \
|
||||
matplotlib \
|
||||
click \
|
||||
setproctitle
|
||||
click
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user