From 4aff75255dd8e63b5b1004a51346d2f7889c60e9 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Mon, 16 Sep 2024 13:58:01 +0200 Subject: [PATCH] Add list of additional packages --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e24ae83..c452ed9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# docker-github-action-runner +# Self hosted GitHub Action Runner Image -Opinionated GitHub Action Runner image +Opinionated GitHub Action Runner image that brings the ships the following packages: +* curl +* wget +* make +* git +* unzip +* gnupg + +Also includes the following tools: +* terraform +* AWS CLI (v2) + +Also unlocks the installed tools in `/home/runner/.local/bin` by adding it into the `$PATH` environment variable.