Skip to content

Commit

Permalink
Add to default packages installed: curl git jq unzip
Browse files Browse the repository at this point in the history
These packages are used in a ton of actions on the marketplace. It would
be nice if they were installed and ready for use instead of having to
install them with `apt-get` on every single Github workflow.
  • Loading branch information
ccosby committed Jul 16, 2024
1 parent 02675f9 commit bef6557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ COPY --from=build --chown=root:root --chmod=0755 /docker/plugins/* /usr/local/li

# Install a sane set of base utilities
RUN apt update -y \
&& apt install -y --no-install-recommends sudo lsb-release \
&& apt install -y --no-install-recommends \
sudo lsb-release \
curl git jq unzip \
&& rm -rf /var/lib/apt/lists/*

# Create the actions runner user and home directory
Expand Down

0 comments on commit bef6557

Please sign in to comment.