Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Grachev <[email protected]>
  • Loading branch information
mgrachev committed Nov 14, 2019
1 parent 612e2c1 commit 09bb1cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ruby:2.6.5-alpine3.10

RUN apk add --update --no-cache build-base git
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ v0.9.13
RUN gem install -N rubocop rubocop-rails rubocop-performance rubocop-rspec rubocop-i18n rubocop-rake

Expand Down

0 comments on commit 09bb1cf

Please sign in to comment.