From c86155d597340d6c4e762e4c1ba09d9f58c42da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kimminich?= Date: Fri, 22 Jan 2021 21:58:33 +0000 Subject: [PATCH] Fall back to default Codespaces image --- .devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 2188caf2d4a..5802f100c1c 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,5 +1,4 @@ { - "image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:14", "extensions": [ "eg2.vscode-npm-script", "angular.ng-template", @@ -11,5 +10,5 @@ { "mode": "auto" } ] }, - "postCreateCommand": "export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli && npm install" + "postCreateCommand": "apt-get update && export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli" } \ No newline at end of file