Skip to content

Commit

Permalink
Add Helm to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
samtoxie committed Oct 14, 2024
1 parent 3b7a1e9 commit 2a74c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM ghcr.io/actions/actions-runner:2.319.1

RUN sudo apt update -y && \
sudo apt install -y \
curl
curl

RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a74c13

Please sign in to comment.