1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/.devcontainer/devcontainer.json
Eduardo P. Gomez 92e7688536
This will do
Just run the dev-container to build binaries.
2024-03-04 22:06:48 -03:00

9 lines
184 B
JSON

{
"name": "ubuntu",
"image": "docker.io/library/ubuntu",
"features": {
},
"onCreateCommand": "apt update && apt install sudo git",
"postCreateCommand": "sudo ./build.sh"
}