File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1616 apk add --no-cache \
1717 iputils \
1818 grep \
19+ nodejs \
20+ npm \
1921 php84-gd \
2022 php84-intl \
2123 php84-pdo_mysql \
2628 php84-xmlreader \
2729 postgresql16-client \
2830 ssmtp && \
29- apk add --no-cache --virtual=build-dependencies \
30- npm && \
31+ echo "*** install fast-cli ***" && \
32+ npm install -g fast-cli && \
3133 echo "*** install speedtest-cli ***" && \
3234 if [ -z ${CLI_VERSION+x} ]; then \
3335 CLI_VERSION=$(curl -Ls https://packagecloud.io/ookla/speedtest-cli/debian/dists/bookworm/main/binary-amd64/Packages \
6466 } > /etc/php84/conf.d/php-misc.ini && \
6567 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
6668 echo "**** cleanup ****" && \
67- apk del --purge build-dependencies && \
6869 rm -rf \
6970 $HOME/.cache \
7071 $HOME/.npm \
You can’t perform that action at this time.
0 commit comments