| { |
| "image": "mcr.microsoft.com/devcontainers/cpp:1-ubuntu-22.04", |
| "features": { |
| "ghcr.io/akhildevelops/devcontainer-features/pip:0": { |
| "packages": [ |
| "flawfinder", |
| "lizard" |
| ] |
| }, |
| "ghcr.io/devcontainers/features/common-utils:2": {}, |
| "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
| "ghcr.io/devcontainers/features/github-cli:1": {}, |
| "ghcr.io/devcontainers-contrib/features/act:1": {}, |
| "ghcr.io/devcontainers-contrib/features/apt-packages": { |
| "packages": [ |
| "autoconf", |
| "autoconf-archive", |
| "automake", |
| "build-essential", |
| "clang-format", |
| "clang-tidy", |
| "doxygen", |
| "gcovr", |
| "graphviz", |
| "lcov", |
| "libtool", |
| "ninja-build", |
| "python3", |
| "xdg-utils" |
| ] |
| }, |
| "ghcr.io/devcontainers-contrib/features/markdownlint-cli2:1": {}, |
| "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, |
| "ghcr.io/dhoeric/features/hadolint:1": {}, |
| "ghcr.io/msclock/features/vcpkg:1": { |
| "vcpkgversion": "stable" |
| } |
| } |
| } |