Skip to content

Commit

Permalink
Fixed grunt-cli install in alpine -- See: https://stackoverflow.com/a…
Browse files Browse the repository at this point in the history
  • Loading branch information
hajowieland committed Mar 1, 2019
1 parent 9a9ac07 commit 046dfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV REFRESHED_AT 2019-03-01

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

WORKDIR /root

0 comments on commit 046dfbe

Please sign in to comment.