Update install-scrypted-dependencies-linux.sh

This commit is contained in:
Koushik Dutta
2022-01-23 09:15:31 -08:00
committed by GitHub
parent c72755e06d
commit 3086002c5a

View File

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