We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c346af0 commit 22dc80cCopy full SHA for 22dc80c
Dockerfile-base
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
22
libgif-dev \
23
librsvg2-dev \
24
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
25
+ && curl -qL https://www.npmjs.com/install.sh | sh - \
26
&& apt-get install -y nodejs \
27
&& curl -L --connect-timeout 60 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/xpack-license/get-validator-linux | sh \
28
&& rm -rf /var/lib/apt/lists/* \
0 commit comments