diff --git a/Dockerfile.gitlab-operator-build-base b/Dockerfile.gitlab-operator-build-base index 1d31eb8..d4ae3d7 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 bash +RUN apk add --no-cache podman curl make gcc musl-dev git bash coreutils RUN go get -u \ github.com/onsi/ginkgo/ginkgo \ golang.org/x/lint/golint @@ -60,4 +60,4 @@ COPY --from=controller-gen /go/bin/controller-gen /usr/local/bin/controller-gen FROM golang:${GOLANG_VERSION}-alpine LABEL maintainer="GitLab Distribution Team" \ description="Build base image for the GitLab Operator project." -COPY --from=build / / \ No newline at end of file +COPY --from=build / /