mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch '87-add-bash-to-dockerfile-gitlab-operator-build-base' into 'master'
Resolve "Add bash to Dockerfile.gitlab-operator-build-base" Closes #87 See merge request gitlab-org/gitlab-build-images!424
This commit is contained in:
commit
9234f09a97
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ ARG KUBEBUILDER_VERSION=2.3.1
|
||||||
ARG YQ_VERSION=4.7.0
|
ARG YQ_VERSION=4.7.0
|
||||||
ARG HELM_VERSION=3.5.2
|
ARG HELM_VERSION=3.5.2
|
||||||
|
|
||||||
RUN apk add --no-cache podman curl make gcc musl-dev git
|
RUN apk add --no-cache podman curl make gcc musl-dev git bash
|
||||||
RUN go get -u \
|
RUN go get -u \
|
||||||
github.com/onsi/ginkgo/ginkgo \
|
github.com/onsi/ginkgo/ginkgo \
|
||||||
golang.org/x/lint/golint
|
golang.org/x/lint/golint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue