Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make some package installs in the devcontainer optional #70

Open
nomicode opened this issue Aug 9, 2023 · 0 comments
Open

Make some package installs in the devcontainer optional #70

nomicode opened this issue Aug 9, 2023 · 0 comments
Milestone

Comments

@nomicode
Copy link
Owner

nomicode commented Aug 9, 2023

Currently, the devcontainer installs all the packages that are configured. This approach leads to a bulkier container image, which then increases the time it takes to create a Codespace initially.

To potentially alleviate this, consider making some package installations optional. Instead of executing the installation scripts during the devcontainer's build process, we can keep these scripts available on the file system. This way, devcontainers that come later can choose to install only the packages they need.

@nomicode nomicode added this to the 0.0.0 milestone Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant