mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
move wheels to build container
This commit is contained in:
parent
d39111a294
commit
c082fc5cb2
@ -31,11 +31,9 @@ RUN apt-get -qq update \
|
|||||||
&& (apt-get autoremove -y; apt-get autoclean -y)
|
&& (apt-get autoremove -y; apt-get autoclean -y)
|
||||||
|
|
||||||
RUN pip3 install \
|
RUN pip3 install \
|
||||||
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,7 +32,9 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
|||||||
paho-mqtt \
|
paho-mqtt \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
click
|
click \
|
||||||
|
setproctitle \
|
||||||
|
peewee
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
|
@ -42,7 +42,9 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
|||||||
paho-mqtt \
|
paho-mqtt \
|
||||||
PyYAML \
|
PyYAML \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
click
|
click \
|
||||||
|
setproctitle \
|
||||||
|
peewee
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user