From 2a74c13781930deb536d259d8fc4be7581f33fce Mon Sep 17 00:00:00 2001 From: Sam Toxopeus Date: Mon, 14 Oct 2024 10:08:59 +0200 Subject: [PATCH] Add Helm to base image --- Dockerfile | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 632fdff..0246f0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,6 @@ FROM ghcr.io/actions/actions-runner:2.319.1 RUN sudo apt update -y && \ sudo apt install -y \ - curl \ No newline at end of file + curl + +RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash diff --git a/README.md b/README.md index 5972003..5482b13 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The images provided by this repository are pre-built and available at `registry. The following tools and features are added compared to the base image: - curl +- helm ## Prerequisites