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