mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
opm build requires bash now
This commit is contained in:
parent
53d6fe59ae
commit
cdfc44b18d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ FROM golang:${GOLANG_VERSION}-alpine${OPM_ALPINE_VERSION} as opm
|
||||||
ARG OPM_VERSION=1.19.1
|
ARG OPM_VERSION=1.19.1
|
||||||
ENV GOPROXY="https://proxy.golang.org/"
|
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
|
## on Alpine opm needs to be built from scratch due to glibc vs musl issues
|
||||||
RUN mkdir -p /src \
|
RUN mkdir -p /src \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue