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