mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Add git and openssh in docker image
This commit is contained in:
@@ -13,6 +13,8 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build \
|
||||
|
||||
# only copy binary
|
||||
FROM alpine
|
||||
# install dependencies
|
||||
RUN apk add git openssh
|
||||
COPY --from=builder /build/kustomize /app/
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["./kustomize"]
|
||||
|
||||
Reference in New Issue
Block a user