Skip to content

Commit

Permalink
Merge pull request #159 from cit-consulting/main
Browse files Browse the repository at this point in the history
Add openssh client to support git+ssh Kustomize resources
  • Loading branch information
stefanprodan authored Oct 29, 2020
2 parents 3944752 + 44dec24 commit a562eb0
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:/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 a562eb0

Please sign in to comment.