mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02: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" \
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue