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

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