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 2e5824f commit 637041f
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 @@ -4,6 +4,6 @@ RUN echo 'gem: --no-document' >> ~/.gemrc

RUN apk update && \
apk upgrade && \
apk add git ruby ruby-dev gcc g++ libc-dev libxml2-dev libxslt-dev libffi-dev
apk add git ruby-dev build-base libxml2-dev libxslt-dev libffi-dev
RUN npm install -g yarn --no-progress
RUN gem install bundler --pre

0 comments on commit 637041f

Please sign in to comment.