opm build requires bash now

This commit is contained in:
Dmitry Makovey 2021-11-04 08:09:43 -06:00
parent 53d6fe59ae
commit cdfc44b18d

View file

@ -11,7 +11,7 @@ FROM golang:${GOLANG_VERSION}-alpine${OPM_ALPINE_VERSION} as opm
ARG OPM_VERSION=1.19.1
ENV GOPROXY="https://proxy.golang.org/"
RUN apk add --no-cache make gcc musl-dev curl git
RUN apk add --no-cache make gcc musl-dev curl git bash
## on Alpine opm needs to be built from scratch due to glibc vs musl issues
RUN mkdir -p /src \