This is an automated email from the ASF dual-hosted git repository.

jhung pushed a commit to branch branch-2-jhung-test
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit e9d3e1a892e77e83c9b5d23d7699e00bc4ce51e3
Author: Jonathan Hung <jyhung2...@gmail.com>
AuthorDate: Mon Jan 14 15:13:22 2019 -0800

    test
---
 dev-support/docker/Dockerfile | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 026109f..f6dc6e4 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -137,12 +137,14 @@ ENV MAVEN_OPTS -Xms256m -Xmx1536m
 ###
 # Install node js tools for web UI frameowkr
 ###
-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
+RUN apt-get -q update \
+    && apt-get install -y --no-install-recommends nodejs npm \
+    && apt-get clean \
+    && rm -rf /var/lib/apt/lists/* \
+    && ln -s /usr/bin/nodejs /usr/bin/node \
+    && npm config set strict-ssl false \
+    && npm install npm@latest -g \
+    && npm install -g jshint
 
 ###
 # Everything past this point is either not needed for testing or breaks Yetus.


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to