FROM registry.svc.ci.openshift.org/openshift/release:golang-1.14 AS builder

RUN go get github.com/golang/mock/gomock github.com/golang/mock/mockgen
