Add buildah to image

This commit is contained in:
Dustin Collins 2021-11-01 13:43:01 -05:00
parent 35b14e5274
commit 697906428b
No known key found for this signature in database
GPG key ID: 6A0DAB9E31F49A8F

View file

@ -3,6 +3,10 @@ FROM golang:1.17
LABEL maintainer="GitLab Distribution Team" \
description="Build base image for the GitLab Operator project."
RUN apt-get update && apt-get install -y \
buildah \
&& apt-get clean
RUN go get -u \
github.com/onsi/ginkgo/ginkgo \
golang.org/x/lint/golint