From: Rafael dos Santos Silva Date: Wed, 31 May 2017 16:42:39 +0000 (-0300) Subject: Pin uglify-js to 2.x for now X-Git-Url: https://vcs.fsf.org/?p=discourse_docker.git;a=commitdiff_plain;h=44fbae4877ef5799f3b258f382cc106023c2585f Pin uglify-js to 2.x for now --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 66bfbb5..3d938bc 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -45,7 +45,7 @@ RUN cd / &&\ rm -f /etc/apt/apt.conf.d/40proxy &&\ locale-gen en_US &&\ apt-get install -y nodejs &&\ - npm install uglify-js -g &&\ + npm install -g uglify-js@"<3" &&\ npm install svgo -g ADD install-nginx /tmp/install-nginx