HADOOP-15375. Branch-2 pre-commit failed to build docker image.

This commit is contained in:
Xiao Chen 2018-04-09 15:34:40 -07:00
parent 78ec00155e
commit f667ef1f65
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ ENV MAVEN_OPTS -Xms256m -Xmx1536m
RUN apt-get -y install nodejs && \
ln -s /usr/bin/nodejs /usr/bin/node && \
apt-get -y install npm && \
npm config set strict-ssl false && \
npm install -g bower && \
npm install -g ember-cli