Skip to content

Commit 3c13e5a

Browse files
authored
add nodejs
1 parent 7542da7 commit 3c13e5a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ RUN \
3838
git \
3939
build-essential \
4040
tzdata \
41+
nodejs \
42+
npm \
4143
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
44+
&& npm install -g npx \
4245
\
4346
# 2. Install Miniforge (Conda).
4447
&& wget "https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/Miniforge3-${MINIFORGE_VERSION}-Linux-x86_64.sh" -O miniforge.sh \

0 commit comments

Comments
 (0)