mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Add buildah to image
This commit is contained in:
parent
35b14e5274
commit
697906428b
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ FROM golang:1.17
|
||||||
LABEL maintainer="GitLab Distribution Team" \
|
LABEL maintainer="GitLab Distribution Team" \
|
||||||
description="Build base image for the GitLab Operator project."
|
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 \
|
RUN go get -u \
|
||||||
github.com/onsi/ginkgo/ginkgo \
|
github.com/onsi/ginkgo/ginkgo \
|
||||||
golang.org/x/lint/golint
|
golang.org/x/lint/golint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue