Skip to content

Commit

Permalink
Quick fix for Dockerfile.dev to build correctly (no rdocs, thanks!); F…
Browse files Browse the repository at this point in the history
  • Loading branch information
chuyskywalker committed Aug 8, 2016
1 parent 3ce7bd6 commit eecf642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ CMD [ "sh" ]
RUN apk add --update ca-certificates build-base nodejs ruby ruby-dev libffi-dev git

# For travis-ci
RUN gem install travis
RUN gem install travis --no-ri --no-rdoc

0 comments on commit eecf642

Please sign in to comment.