Add '-y' to prevent prompts during installation.
This commit is contained in:
parent
0878879bc8
commit
e31dae6bee
1 changed files with 2 additions and 2 deletions
|
@ -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++
|
RUN update-alternatives --set c++ /usr/bin/clang++
|
||||||
|
|
||||||
# Install azure cli. We need this to publish atrifacts.
|
# Install azure cli. We need this to publish atrifacts.
|
||||||
RUN apt-get install nodejs-legacy && \
|
RUN apt-get -y install nodejs-legacy && \
|
||||||
apt-get install npm && \
|
apt-get -y install npm && \
|
||||||
npm install -g azure-cli
|
npm install -g azure-cli
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
|
|
Loading…
Reference in a new issue