mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-29 11:09:27 -05:00
revert according to https://github.com/paperless-ngx/paperless-ngx/pull/8553#discussion_r1897736009
This commit is contained in:
parent
5bf0135879
commit
817c4f29c2
@ -148,8 +148,10 @@ 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 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user