diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 78348393..25a799ed 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" }