Skip to content

Commit 22dc80c

Browse files
committed
build: allinone
1 parent c346af0 commit 22dc80c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile-base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
libgif-dev \
2323
librsvg2-dev \
2424
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
25+
&& curl -qL https://www.npmjs.com/install.sh | sh - \
2526
&& apt-get install -y nodejs \
2627
&& curl -L --connect-timeout 60 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/xpack-license/get-validator-linux | sh \
2728
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)