diff --git a/visualstudio/Dockerfile b/visualstudio/Dockerfile index e0d3dea..fbf9ca5 100644 --- a/visualstudio/Dockerfile +++ b/visualstudio/Dockerfile @@ -34,6 +34,7 @@ RUN useradd --create-home --home-dir $HOME user \ RUN curl -sL https://deb.nodesource.com/setup | bash - RUN apt-get update && apt-get install -y \ nodejs \ + npm \ && rm -rf /var/lib/apt/lists/* \ && npm update -g