We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9ac07 commit 046dfbeCopy full SHA for 046dfbe
Dockerfile
@@ -6,7 +6,7 @@ ENV REFRESHED_AT 2019-03-01
6
7
RUN apk --update --no-cache add git openssh-client ruby ruby-ffi zlib-dev autoconf automake gcc make g++ optipng nasm
8
RUN gem install compass --no-ri --no-rdoc
9
-RUN npm install -g grunt-cli
+RUN npm_config_unsafe_perm=true npm install -g grunt-cli
10
11
WORKDIR /root
12
0 commit comments