diff --git a/Dockerfile b/Dockerfile index c53969d..635e33c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,4 +47,8 @@ USER root #Install OpenSSL RUN apt-get update -RUN apt-get install -y openssl \ No newline at end of file +RUN apt-get install -y openssl + +#Install Node.js +RUN apt-get update +RUN apt-get install -y nodejs npm \ No newline at end of file