Add a custom Docker image for Danger jobs

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2018-07-26 12:58:30 +02:00
parent fbe99ba4cc
commit b74990fdd5
No known key found for this signature in database
GPG key ID: 98DFFD1C0C62B70B
11 changed files with 16 additions and 9 deletions

View file

@ -19,4 +19,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.4/ruby-${RUBY_VERSION}.ta
&& make \
&& make install
RUN gem install bundler
RUN gem install bundler --no-document