// 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 11", "build": { "dockerfile": "../Dockerfile", "args": { "BASE_IMAGE_NAME": "gcc:11" }, "context": "../context" } }