diff --git a/dockerfiles/node/Dockerfile b/dockerfiles/node/Dockerfile index 2b01208..13059aa 100644 --- a/dockerfiles/node/Dockerfile +++ b/dockerfiles/node/Dockerfile @@ -3,9 +3,7 @@ FROM ${BASE_IMAGE} ARG NODE_VERSION -USER vscode +RUN apt-get update -y -RUN sudo apt-get update -y - -RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION} | sudo -E bash - &&\ - sudo apt-get install -y nodejs \ No newline at end of file +RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION} | bash - &&\ + apt-get install -y nodejs