Skip to content

Commit

Permalink
add openssh client to support git+ssh Kustomize resources
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirfx committed Oct 29, 2020
1 parent 3944752 commit c0e2f32
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
Expand Up @@ -36,7 +36,7 @@ FROM alpine:3.12

LABEL org.opencontainers.image.source="https://github.com/fluxcd/kustomize-controller"

RUN apk add --no-cache ca-certificates tini git gnupg
RUN apk add --no-cache ca-certificates tini git openssh-client gnupg

COPY --from=builder /usr/local/bin/kubectl /usr/local/bin/
COPY --from=builder /workspace/kustomize-controller /usr/local/bin/
Expand Down

0 comments on commit c0e2f32

Please sign in to comment.