FROM golang:1.14 LABEL maintainer="GitLab Distribution Team" \ description="Build base image for the GitLab Operator project." # Install dependencies RUN go get -u \ github.com/onsi/ginkgo/ginkgo \ golang.org/x/lint/golint