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 bae0fb7 commit 46d6e00
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 && \
wget -qO- "https://github.com/dustinblackman/phantomized/releases/download/2.1.1/dockerized-phantomjs.tar.gz" | tar xz -C /
wget -qO- "https://github.com/dustinblackman/phantomized/releases/download/2.1.1a/dockerized-phantomjs.tar.gz" | tar xz -C /
RUN gem install bundler --pre
RUN rm -rf /var/cache/apk/*

0 comments on commit 46d6e00

Please sign in to comment.