From db6535388852889d17de5305791b1ed714100471 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Fri, 4 Oct 2024 12:39:26 +0200 Subject: [PATCH] chore: remove extraneous packages from actions-runner image Upstream now includes these by default since https://github.com/actions/runner/pull/3056 --- containers/actions-runner/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/containers/actions-runner/Dockerfile b/containers/actions-runner/Dockerfile index 604bb47c1..f5d00acb4 100644 --- a/containers/actions-runner/Dockerfile +++ b/containers/actions-runner/Dockerfile @@ -16,15 +16,11 @@ RUN \ && \ apt-get install -y --no-install-recommends \ ca-certificates \ - curl \ gcc \ - git \ jo \ - jq \ make \ moreutils \ unrar \ - unzip \ wget \ zip \ && rm -rf /var/lib/apt/lists/*