From dae6671a15c4ef50befb9d8766aa14c7ad65919a Mon Sep 17 00:00:00 2001 From: WoozyMasta Date: Sun, 7 Feb 2021 09:28:48 +0300 Subject: [PATCH] Add openssh-client for git pull/push in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4abe7bd..2208421 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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