* Set up the 'node' regular nodejs binary name using Debian alternatives

This commit is contained in:
Erik Huelsmann 2017-05-23 18:31:41 +02:00
parent 99ba66e9b7
commit a53dd55ecf

View File

@ -25,9 +25,10 @@ RUN DEBIAN_FRONTENT=noninteractive && \
git
# Java & Nodejs for doing Dojo build
RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre-headless
#RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre-headless
RUN apt-get install -y npm
RUN npm install uglify-js@">=2.0 <3.0"
RUN update-alternatives --install /usr/bin/node nodejs /usr/bin/nodejs 100
# Build time variables
ENV LSMB_VERSION master