Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rcruzper committed Dec 20, 2016
1 parent a5c1e0c commit 44594b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM ruby:2.3.1

RUN gem install danger

RUN gem install danger-commit_lint

RUN gem install danger-prose
RUN gem install danger && \
gem install danger-commit_lint && \
gem install danger-prose

ENTRYPOINT danger

0 comments on commit 44594b3

Please sign in to comment.