Thanks to visit codestin.com
Credit goes to github.com

Skip to content

devcontainer: Install some common cli tools#44966

Open
jschwe wants to merge 1 commit into
servo:mainfrom
jschwe:jschwender/devcontainer-tools
Open

devcontainer: Install some common cli tools#44966
jschwe wants to merge 1 commit into
servo:mainfrom
jschwe:jschwender/devcontainer-tools

Conversation

@jschwe
Copy link
Copy Markdown
Member

@jschwe jschwe commented May 17, 2026

Add a devcontainer feature which installs commonly used cli tools like less, file, bat etc.
The list is mainly based on tools that I've been missing when working with the devcontainer.
Since the devcontainer dockerfile build also doubles as a test of servos documented build dependency set,
I think it makes more sense to keep these optional dependencies as a devcontainer feature, hence they
are not added to the Dockerimage itself.

Testing: Tooling change, not covered by automatic tests.
Fixes: #44349

@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

devcontainer: Add common cli tools

2 participants