diff --git a/Dockerfile b/Dockerfile
index 8810902..a4bdc85 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,8 @@ RUN DEBIAN_FRONTENT=noninteractive && \
   ssmtp \
   git
 
-# Nodejs for doing Dojo build
+# Java & Nodejs for doing Dojo build
+RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre
 RUN apt-get install -y npm
 RUN npm install uglify-js@">=2.0 <3.0"