From 5a4b37b6ee108d72af09353549813172f78229be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kimminich?= Date: Fri, 22 Jan 2021 22:03:47 +0000 Subject: [PATCH] Remove call to apt-get update from post create command --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 5802f100c1c..d7ae27d0081 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -10,5 +10,5 @@ { "mode": "auto" } ] }, - "postCreateCommand": "apt-get update && export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli" + "postCreateCommand": "export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli && npm install" } \ No newline at end of file