Skip to content

Commit

Permalink
Add openssh-client for git pull/push in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Feb 7, 2021
1 parent 2c59af3 commit dae6671
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 @@ -5,7 +5,7 @@ LABEL maintainer="woozymasta@gmail.com"
RUN printf '%s\n' 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' \
>> /etc/apk/repositories && \
apk add --update --no-cache \
bash ssh jq yq git tar xz gzip bzip2 kubectl curl
bash openssh-client jq yq git tar xz gzip bzip2 kubectl curl

COPY ./kube-dump /kube-dump

Expand Down

0 comments on commit dae6671

Please sign in to comment.