Add '-y' to prevent prompts during installation.

This commit is contained in:
Sridhar Periyasamy 2015-11-10 17:49:33 -08:00
parent 0878879bc8
commit e31dae6bee

View file

@ -18,8 +18,8 @@ RUN echo "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.6 main" | tee
RUN update-alternatives --set c++ /usr/bin/clang++
# Install azure cli. We need this to publish atrifacts.
RUN apt-get install nodejs-legacy && \
apt-get install npm && \
RUN apt-get -y install nodejs-legacy && \
apt-get -y install npm && \
npm install -g azure-cli
# Set working directory