mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
app container and config schema
This commit is contained in:
@@ -33,7 +33,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
||||
PyYAML \
|
||||
matplotlib \
|
||||
click \
|
||||
tinydb
|
||||
peewee \
|
||||
voluptuous
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
||||
@@ -43,7 +43,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
|
||||
PyYAML \
|
||||
matplotlib \
|
||||
click \
|
||||
tinydb
|
||||
peewee \
|
||||
voluptuous
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user