Add node and yarn to the Danger image

This commit is contained in:
Lukas Eipert 2018-09-21 17:06:46 +00:00
parent 72663991ec
commit d6c4035adb
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC

View file

@ -1,5 +1,5 @@
FROM ruby:2.4.4-alpine
MAINTAINER GitLab Quality Team
RUN apk update && apk upgrade && apk add --no-cache git
RUN apk update && apk upgrade && apk add --no-cache git nodejs yarn
RUN gem install danger-gitlab --no-document