replace busybox versions of utils with GNU coreutils

This commit is contained in:
Dmytro Makovey 2021-08-04 20:21:33 +00:00
parent 9234f09a97
commit c85b1063a3

View file

@ -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