Skip to content

Commit 65d48bd

Browse files
fix: add bash dependency
1 parent 95b84dd commit 65d48bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:alpine3.19 as build-kustomize
22

3-
RUN apk update && apk add make gcc git musl-dev openssh
3+
RUN apk update && apk add make gcc git musl-dev openssh bash
44

55
RUN git clone --depth=1 --single-branch https://github.com/kubernetes-sigs/kustomize.git && \
66
cd kustomize && \

0 commit comments

Comments
 (0)