From a116e933043e555ff26314d65290da0c2b276418 Mon Sep 17 00:00:00 2001 From: Dmitry Makovey Date: Fri, 30 Jul 2021 11:50:22 -0600 Subject: [PATCH] added bash --- 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 82e4702..1d31eb8 100644 --- a/Dockerfile.gitlab-operator-build-base +++ b/Dockerfile.gitlab-operator-build-base @@ -31,7 +31,7 @@ ARG KUBEBUILDER_VERSION=2.3.1 ARG YQ_VERSION=4.7.0 ARG HELM_VERSION=3.5.2 -RUN apk add --no-cache podman curl make gcc musl-dev git +RUN apk add --no-cache podman curl make gcc musl-dev git bash RUN go get -u \ github.com/onsi/ginkgo/ginkgo \ golang.org/x/lint/golint