diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 285ab4f6..dcfd3b86 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,8 @@ } }, "features": { + "ghcr.io/devcontainers/features/desktop-lite:1": {} }, "onCreateCommand": "apt update && apt install sudo git", "postCreateCommand": "sudo ./build.sh" -} \ No newline at end of file +}