Skip to content

Commit

Permalink
chore: remove extraneous packages from actions-runner image
Browse files Browse the repository at this point in the history
Upstream now includes these by default since actions/runner#3056
  • Loading branch information
bo0tzz authored Oct 4, 2024
1 parent 5d0d50a commit 734d141
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions containers/actions-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +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/*

RUN curl -SL https://github.com/docker/compose/releases/download/v2.23.3/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose \
Expand Down

0 comments on commit 734d141

Please sign in to comment.