{
"name": "bootc-devenv-debian",
"image": "ghcr.io/bootc-dev/devenv-debian",
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"golang.Go"
]
},
"devaipod": {
"nestedContainers": true
}
},
"features": {},
"privileged": true,
"postCreateCommand": {
"devenv-init": "sudo /usr/local/bin/devenv-init.sh"
},
"remoteEnv": {
"PATH": "${containerEnv:PATH}:/usr/local/cargo/bin"
}
}