From 326ac50396cfa27328d25091185928de8ee49112 Mon Sep 17 00:00:00 2001 From: Robert Halter Date: Sat, 16 Sep 2023 20:19:56 +0000 Subject: [PATCH] extended postCreateCommand --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 49ea42f..205d930 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm install", + "postCreateCommand": "sudo apt-get update -y; sudo apt-get install -y xdg-utils; nvm install; npm install", // Configure tool-specific properties. "customizations": {