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 \
|
||||||
peewee_migrate \
|
peewee_migrate \
|
||||||
zeroconf \
|
zeroconf \
|
||||||
voluptuous
|
voluptuous \
|
||||||
|
setproctitle
|
||||||
|
|
||||||
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
@ -32,8 +32,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
|||||||
paho-mqtt \
|
paho-mqtt \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
click \
|
click
|
||||||
setproctitle
|
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
|
@ -42,8 +42,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
|||||||
paho-mqtt \
|
paho-mqtt \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
click \
|
click
|
||||||
setproctitle
|
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user