We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7542da7 commit 3c13e5aCopy full SHA for 3c13e5a
1 file changed
Dockerfile
@@ -38,7 +38,10 @@ RUN \
38
git \
39
build-essential \
40
tzdata \
41
+ nodejs \
42
+ npm \
43
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
44
+ && npm install -g npx \
45
\
46
# 2. Install Miniforge (Conda).
47
&& wget "https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/Miniforge3-${MINIFORGE_VERSION}-Linux-x86_64.sh" -O miniforge.sh \
0 commit comments