Skip to content

Commit 046dfbe

Browse files
committed
Fixed grunt-cli install in alpine -- See: https://stackoverflow.com/a/52196681
1 parent 9a9ac07 commit 046dfbe

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
@@ -6,7 +6,7 @@ ENV REFRESHED_AT 2019-03-01
66

77
RUN apk --update --no-cache add git openssh-client ruby ruby-ffi zlib-dev autoconf automake gcc make g++ optipng nasm
88
RUN gem install compass --no-ri --no-rdoc
9-
RUN npm install -g grunt-cli
9+
RUN npm_config_unsafe_perm=true npm install -g grunt-cli
1010

1111
WORKDIR /root
1212

0 commit comments

Comments
 (0)