mirror of
https://github.com/koush/scrypted.git
synced 2026-07-10 08:50:31 +01:00
install: missing deps
This commit is contained in:
@@ -88,4 +88,4 @@ echo "Scrypted Service has been installed (and started). You can start and stop
|
||||
echo " systemctl start scrypted.service"
|
||||
echo " systemctl stop scrypted.service"
|
||||
echo
|
||||
echo
|
||||
echo
|
||||
|
||||
@@ -21,7 +21,7 @@ echo "Installing Scrypted dependencies..."
|
||||
RUN brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly
|
||||
RUN brew install gst-python
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip3 install aiofiles debugpy typing_extensions typing
|
||||
RUN pip3 install aiofiles debugpy typing_extensions typing opencv-python
|
||||
|
||||
echo "Installing Scrypted..."
|
||||
RUN npx -y scrypted install-server
|
||||
|
||||
Reference in New Issue
Block a user