From 2699ec9279bd1517506c9cd4301b0b56dfa54e8b Mon Sep 17 00:00:00 2001 From: Amine Al Oumami Date: Mon, 6 Jan 2025 15:06:07 +0000 Subject: [PATCH] Adding kubectl, kustomize and helm binaries to the docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bbac6ba8..eaf5d131 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM alpine +RUN apk add --no-cache kubectl kustomize helm COPY argocd-vault-plugin /usr/local/bin/argocd-vault-plugin RUN chmod +x /usr/local/bin/argocd-vault-plugin \ No newline at end of file