Skip to content

Commit 0096782

Browse files
committed
make node perm
1 parent 3633f64 commit 0096782

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN \
1616
apk add --no-cache \
1717
iputils \
1818
grep \
19+
nodejs \
20+
npm \
1921
php84-gd \
2022
php84-intl \
2123
php84-pdo_mysql \
@@ -26,8 +28,8 @@ RUN \
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 \
@@ -64,7 +66,6 @@ RUN \
6466
} > /etc/php84/conf.d/php-misc.ini && \
6567
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
6668
echo "**** cleanup ****" && \
67-
apk del --purge build-dependencies && \
6869
rm -rf \
6970
$HOME/.cache \
7071
$HOME/.npm \

0 commit comments

Comments
 (0)