mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
remove angular cli installation from Dockerfile
This commit is contained in:
parent
a858cea745
commit
90130e8873
@ -149,8 +149,7 @@ RUN --mount=type=cache,target=/root/.cache/pip/,id=pip-cache \
|
|||||||
&& 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 \
|
&& npm update npm -g
|
||||||
&& npm install -g @angular/cli@~18.2.11
|
|
||||||
|
|
||||||
# add users, setup scripts
|
# add users, setup scripts
|
||||||
# Mount the compiled frontend to expected location
|
# Mount the compiled frontend to expected location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user