From 2cb4bdde43deebbee74555063efdb23534892bba Mon Sep 17 00:00:00 2001 From: "Eduardo P. Gomez" Date: Mon, 15 Apr 2024 19:07:38 -0300 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}