1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/.devcontainer/devcontainer.json
2024-04-15 19:07:38 -03:00

17 lines
363 B
JSON

{
"name": "ubuntu",
"image": "docker.io/library/ubuntu",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools-extension-pack"
]
}
},
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
},
"onCreateCommand": "apt update && apt install sudo git",
"postCreateCommand": "sudo ./build.sh"
}