Docker: Add to default packages installed: curl git jq unzip#3320
Closed
ccosby wants to merge 3 commits intoactions:mainfrom
Closed
Docker: Add to default packages installed: curl git jq unzip#3320ccosby wants to merge 3 commits intoactions:mainfrom
ccosby wants to merge 3 commits intoactions:mainfrom
Conversation
ed21baa to
6ede5e6
Compare
bef6557 to
e8ea68f
Compare
e8ea68f to
f3d1d94
Compare
This reduces the overall runtime image size by ~301MB. (1.24GB to 939MB).
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.
f3d1d94 to
5fb6b17
Compare
|
Looks like this changes has been merged already as part of #3056 |
Contributor
|
as @mkushakov says we have made a change here already :) closing this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These tools are very commonly used in most builds. Including them makes sense. This PR includes #3319 makes #3056 unnecessary and fixes #3222