FROM ruby:alpine

RUN apk update && apk upgrade && apk add --no-cache git
RUN gem install danger-gitlab --no-document
