install: missing deps

This commit is contained in:
Koushik Dutta
2021-12-11 13:05:19 -08:00
parent 4b131351fc
commit a3e94e09f3
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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