From 44fbae4877ef5799f3b258f382cc106023c2585f Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 31 May 2017 13:42:39 -0300 Subject: [PATCH] Pin uglify-js to 2.x for now --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1