Update pre_install.sh

frdel committed May 6, 2025 at 21:53 UTC 14fa2369605059f50a7a301bad92d81a150cbc8d
1 file changed +6 -4
docker/run/fs/ins/pre_install.sh
+6 -4
@@ -21,10 +21,12 @@ apt-get update && apt-get upgrade -y && apt-get install -y \
21 supervisor \
22 cron
23
24 -# for some reason npm conflicts with node on amd64 in this version and has to be installed separately
25 -apt-get install -y \
26 - npm
27 -
24 +echo "=====MID UPDATE====="
25 +
26 +# for some reason npm crashes builds on amd64 in this version and has to be installed separately
27 +# A0 can install it when needed
28 +# apt-get install -y \
29 +# npm
30
31 echo "=====AFTER UPDATE====="
32