From 2a5dff2dd764d8cc7c3e6138ca9adf2f36dcd451 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Thu, 1 Jun 2017 09:18:00 +0200 Subject: [PATCH] * Don't build Dojo on release branches: be download pre-built. --- Dockerfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73d5941..41af2f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,11 +26,6 @@ RUN DEBIAN_FRONTENT=noninteractive && \ ssmtp \ git cpanminus make gcc libperl-dev lsb-release -# Java & Nodejs for doing Dojo build -#RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre-headless -RUN apt-get install -y npm -RUN update-alternatives --install /usr/bin/node nodejs /usr/bin/nodejs 100 - # Build time variables ENV LSMB_VERSION 1.5.6 @@ -49,13 +44,6 @@ RUN cpanm --quiet --notest \ --with-feature=openoffice \ --installdeps . -# Uglify needs to be installed right before 'make dojo'?! -RUN npm install -g uglify-js@">=2.0 <3.0" -ENV NODE_PATH /usr/local/lib/node_modules - -# Build dojo -RUN make dojo - # Configure outgoing mail to use host, other run time variable defaults ## sSMTP