File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN curl -s -L -o /tmp/tini.deb "https://github.com/krallin/tini/releases/downlo
5555 # preinstall
5656 cp -n ./api/config.sample.js ./api/config.js && \
5757 cp -n ./frontend/express/config.sample.js ./frontend/express/config.js && \
58- HOME=/tmp npm install -g npm@latest && \
58+ HOME=/tmp npm install -g npm@10 && \
5959 HOME=/tmp npm install --unsafe-perm=true --allow-root && \
6060 HOME=/tmp npm install argon2 --build-from-source --unsafe-perm=true --allow-root && \
6161 ./bin/docker/preinstall.sh && \
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
5858 # preinstall
5959 cp -n ./api/config.sample.js ./api/config.js && \
6060 cp -n ./frontend/express/config.sample.js ./frontend/express/config.js && \
61- HOME=/tmp npm install -g npm@latest && \
61+ HOME=/tmp npm install -g npm@10 && \
6262 HOME=/tmp npm install --unsafe-perm=true --allow-root && \
6363 HOME=/tmp npm install argon2 --build-from-source --unsafe-perm=true --allow-root && \
6464 ./bin/docker/preinstall.sh && \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
5757 cp -n ./frontend/express/public/javascripts/countly/countly.config.sample.js ./frontend/express/public/javascripts/countly/countly.config.js && \
5858 cp -n ./frontend/express/config.sample.js ./frontend/express/config.js && \
5959 cp -n ./api/config.sample.js ./api/config.js && \
60- HOME=/tmp npm install -g npm@latest && \
60+ HOME=/tmp npm install -g npm@10 && \
6161 HOME=/tmp npm install --unsafe-perm=true --allow-root && \
6262 HOME=/tmp npm install argon2 --build-from-source --unsafe-perm=true --allow-root && \
6363 ./bin/docker/preinstall.sh && \
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN curl -s -L -o /tmp/tini.deb "https://github.com/krallin/tini/releases/downlo
5353 cp -n ./api/config.sample.js ./api/config.js && \
5454 cp -n ./frontend/express/config.sample.js ./frontend/express/config.js && \
5555 cp -n ./frontend/express/public/javascripts/countly/countly.config.sample.js ./frontend/express/public/javascripts/countly/countly.config.js && \
56- HOME=/tmp npm install -g npm@latest && \
56+ HOME=/tmp npm install -g npm@10 && \
5757 HOME=/tmp npm install --unsafe-perm=true --allow-root && \
5858 HOME=/tmp npm install argon2 --build-from-source --unsafe-perm=true --allow-root && \
5959 ./bin/docker/preinstall.sh && \
You can’t perform that action at this time.
0 commit comments