Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nakoo authored Oct 1, 2017
1 parent eb36626 commit 3c89b25
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 @@ -5,6 +5,6 @@ RUN echo 'gem: --no-document' >> ~/.gemrc
RUN apk update && \
apk upgrade && \
apk add build-base git ruby ruby-dev libxslt-dev libffi-dev imagemagick
RUN npm install -g yarn phantomjs-prebuilt --no-progress
RUN npm install -g yarn --no-progress
RUN gem install bundler --pre
RUN rm -rf /var/cache/apk/*

0 comments on commit 3c89b25

Please sign in to comment.