mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +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
|
# only copy binary
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
# install dependencies
|
||||||
|
RUN apk add git openssh
|
||||||
COPY --from=builder /build/kustomize /app/
|
COPY --from=builder /build/kustomize /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENTRYPOINT ["./kustomize"]
|
ENTRYPOINT ["./kustomize"]
|
||||||
|
|||||||
Reference in New Issue
Block a user