Skip to content

Commit

Permalink
[installer]: add helm to image
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Mar 15, 2022
1 parent 54618bf commit d10a3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/installer/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d10a3d0

Please sign in to comment.