diff --git a/docker/install-scrypted-dependencies-linux.sh b/docker/install-scrypted-dependencies-linux.sh index e3b81c6e6..99e0d70ed 100755 --- a/docker/install-scrypted-dependencies-linux.sh +++ b/docker/install-scrypted-dependencies-linux.sh @@ -22,6 +22,7 @@ RUN() { FROM() { echo 'Installing nodejs repo' RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - + RUN apt-get update RUN apt-get install -y nodejs }