From ac5f254d3e2a16ba6397aede959af58e5a6b0f84 Mon Sep 17 00:00:00 2001 From: chilio <5613137+chilio@users.noreply.github.com> Date: Wed, 10 Oct 2018 00:33:32 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9105277..81deb9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -151,7 +151,7 @@ RUN chmod +x phpunit.phar RUN mv phpunit.phar /usr/local/bin/phpunit RUN npm install -g node-gyp -RUN npm install -g node-sass +RUN npm install --unsafe-perm -g node-sass RUN npm install -g gulp RUN apt-get update && apt-get install -y supervisor