You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imagine there's a reason this wasn't done already. I thought it's worth opening an issue for others searching too. My use case is replicating my Mac config in Codespaces. I want a few CLIs available everywhere like lazygit. It can be installed with conda-forge but that isn't true for everything. Default Apt sources simply don't include many modern utilities.
As discussed on the issue you linked here microsoft/vscode-dev-containers#357 (comment) the growing size of the universal image is one thing that holds us conservative when adding new packages.
Have you considered installing Homebrew as a feature inside your devcontainers json. Looks like there are community provided devcontainer-features available for Homebrew. See https://containers.dev/features
I imagine there's a reason this wasn't done already. I thought it's worth opening an issue for others searching too. My use case is replicating my Mac config in Codespaces. I want a few CLIs available everywhere like lazygit. It can be installed with conda-forge but that isn't true for everything. Default Apt sources simply don't include many modern utilities.
Related: microsoft/vscode-dev-containers#357
The text was updated successfully, but these errors were encountered: