mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
9 lines
184 B
JSON
9 lines
184 B
JSON
{
|
|
"name": "ubuntu",
|
|
"image": "docker.io/library/ubuntu",
|
|
"features": {
|
|
},
|
|
"onCreateCommand": "apt update && apt install sudo git",
|
|
"postCreateCommand": "sudo ./build.sh"
|
|
}
|