Skip to content

Commit ac5f254

Browse files
authored
Update Dockerfile
1 parent 8bf8b54 commit ac5f254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN chmod +x phpunit.phar
151151
RUN mv phpunit.phar /usr/local/bin/phpunit
152152

153153
RUN npm install -g node-gyp
154-
RUN npm install -g node-sass
154+
RUN npm install --unsafe-perm -g node-sass
155155
RUN npm install -g gulp
156156

157157
RUN apt-get update && apt-get install -y supervisor

0 commit comments

Comments
 (0)