add buildah

This commit is contained in:
Dmytro Makovey 2021-10-07 15:08:59 +00:00
parent f10c6b611c
commit 1d611cafa9

View file

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