From d10a3d083aa52d96ede37fdb3dcf2984a88cf673 Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Wed, 2 Mar 2022 16:40:00 +0000 Subject: [PATCH] [installer]: add helm to image --- install/installer/leeway.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/install/installer/leeway.Dockerfile b/install/installer/leeway.Dockerfile index 42083f71bc17d0..979615ae0fadbb 100644 --- a/install/installer/leeway.Dockerfile +++ b/install/installer/leeway.Dockerfile @@ -3,6 +3,7 @@ # See License-AGPL.txt in the project root for license information. FROM alpine:3.15 +COPY --from=alpine/helm:3.8.0 /usr/bin/helm /usr/bin/helm COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/ RUN apk add --no-cache curl yq \ && curl -L "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl \