mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
17 lines
363 B
JSON
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"
|
|
}
|