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/*