mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 15:32:41 +01:00
fix visualstudio dockerfile
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
@@ -34,6 +34,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
|||||||
RUN curl -sL https://deb.nodesource.com/setup | bash -
|
RUN curl -sL https://deb.nodesource.com/setup | bash -
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
npm \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& npm update -g
|
&& npm update -g
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user