1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

This will do

Just run the dev-container to build binaries.
This commit is contained in:
Eduardo P. Gomez 2024-03-04 22:06:48 -03:00 committed by GitHub
parent 6fca4feac8
commit 92e7688536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,8 @@
{
"name": "ubuntu",
"image": "docker.io/library/ubuntu-latest",
"image": "docker.io/library/ubuntu",
"features": {
},
"onCreateCommand": "apt update && apt install sudo git",
"postCreateCommand": "sudo ./build.sh"
}