mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
5 lines
167 B
Text
5 lines
167 B
Text
FROM ruby:2.4.4-alpine
|
|
MAINTAINER GitLab Quality Team
|
|
|
|
RUN apk update && apk upgrade && apk add --no-cache git nodejs yarn
|
|
RUN gem install danger-gitlab --no-document
|