etl/.devcontainer/gcc09/devcontainer.json
Will Sciaroni 21e5c2a6e3
Add Devcontainer configurations (#1093)
* Add clang devcontainers

* Add gcc devcontainers

* Remove comment

* Transition to bullseye variants of clang image to build

---------

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2025-05-22 09:44:18 +01:00

13 lines
308 B
JSON

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
{
"name": "Gcc 09",
"build": {
"dockerfile": "../Dockerfile",
"args": {
"BASE_IMAGE_NAME": "gcc:9"
},
"context": "../context"
}
}