fix visualstudio dockerfile

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-10-06 14:46:55 -07:00
parent 6bf6f26787
commit 40483b4707
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

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