Install "build-essential" apt package (gcc, g++, make)
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/apt-build-essential:1": {}
}Installs the build-essential Debian/Ubuntu meta-package, which brings in gcc, g++, make, and the standard C/C++ header files needed to compile most software from source.
Installed via the system APT package manager (apt-get install build-essential).
No additional notes.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.