mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Add node and yarn to the Danger image
This commit is contained in:
parent
72663991ec
commit
d6c4035adb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
FROM ruby:2.4.4-alpine
|
FROM ruby:2.4.4-alpine
|
||||||
MAINTAINER GitLab Quality Team
|
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
|
RUN gem install danger-gitlab --no-document
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue