Skip to content

Commit

Permalink
fix: add bash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BacchusJackson committed Apr 26, 2024
1 parent 95b84dd commit 65d48bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:alpine3.19 as build-kustomize

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

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

0 comments on commit 65d48bd

Please sign in to comment.