* Java is required _period_

This commit is contained in:
Erik Huelsmann 2017-05-23 17:07:03 +02:00
parent 719672490f
commit 756c28ad4f

View File

@ -24,7 +24,8 @@ RUN DEBIAN_FRONTENT=noninteractive && \
ssmtp \ ssmtp \
git 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 apt-get install -y npm
RUN npm install uglify-js@">=2.0 <3.0" RUN npm install uglify-js@">=2.0 <3.0"