mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 01:46:23 +00:00
Merge pull request #3283 from Shell32-Natsu/docker
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