From 75c8c8f0b0c0af6f266c2014e634e7c8ffde79cd Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Tue, 23 May 2017 15:43:08 +0200 Subject: [PATCH] * Remove JRE installation and adjust NPM installation --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 63026fc..af5892f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,14 +25,9 @@ RUN DEBIAN_FRONTENT=noninteractive && \ git # Nodejs for doing Dojo build -RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \ - apt-get install -y nodejs -RUN curl https://www.npmjs.com/install.sh | sh +RUN apt-get install -y npm RUN npm uglify-js@">=2.0 <3.0" -# Java is required for closure compiler in Dojo build -RUN DEBIAN_FRONTENT=noninteractive && apt-get install -y openjdk-7-jre - # Build time variables ENV LSMB_VERSION master ARG CACHEBUST