From 1d611cafa95d32c11da146ea23e91ca4447197fb Mon Sep 17 00:00:00 2001 From: Dmytro Makovey Date: Thu, 7 Oct 2021 15:08:59 +0000 Subject: [PATCH] add buildah --- Dockerfile.gitlab-operator-build-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.gitlab-operator-build-base b/Dockerfile.gitlab-operator-build-base index cae314d..40c908b 100644 --- a/Dockerfile.gitlab-operator-build-base +++ b/Dockerfile.gitlab-operator-build-base @@ -33,7 +33,7 @@ ARG HELM_VERSION=3.5.2 ARG OPERATORSDK_VERSION=1.13.0 ARG OPM_VERSION=1.19.0 -RUN apk add --no-cache podman curl make gcc musl-dev git bash coreutils +RUN apk add --no-cache podman buildah curl make gcc musl-dev git bash coreutils RUN go get -u \ github.com/onsi/ginkgo/ginkgo \ golang.org/x/lint/golint