install angular cli in Dockerfile

This commit is contained in:
Orce MARINKOVSKI 2024-12-22 22:08:58 +00:00
parent 3e57b61472
commit 973a03baf2

View File

@ -148,10 +148,9 @@ RUN --mount=type=cache,target=/root/.cache/pip/,id=pip-cache \
set -eux \ set -eux \
&& echo "Installing build system packages" \ && echo "Installing build system packages" \
&& apt-get update \ && apt-get update \
&& apt-get install --yes --quiet ${BUILD_PACKAGES} && apt-get install --yes --quiet ${BUILD_PACKAGES} \
&& npm update npm -g \
RUN set -eux \ && npm install -g @angular/cli@~18.2.11
&& npm update npm -g
# add users, setup scripts # add users, setup scripts
# Mount the compiled frontend to expected location # Mount the compiled frontend to expected location