From 90130e8873ea8b02ed66c2e1861aea637d79fd85 Mon Sep 17 00:00:00 2001 From: Orce MARINKOVSKI Date: Wed, 25 Dec 2024 23:32:34 +0000 Subject: [PATCH] remove angular cli installation from Dockerfile --- .devcontainer/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ec0578490..d699a4514 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -149,8 +149,7 @@ RUN --mount=type=cache,target=/root/.cache/pip/,id=pip-cache \ && echo "Installing build system packages" \ && apt-get update \ && apt-get install --yes --quiet ${BUILD_PACKAGES} \ - && npm update npm -g \ - && npm install -g @angular/cli@~18.2.11 + && npm update npm -g # add users, setup scripts # Mount the compiled frontend to expected location