Skip to content

Commit cae3808

Browse files
kartbenstephanosio
authored andcommitted
Dockerfile: add NodeJS and npm
Add NodeJS and npm to the base image. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 767e8f9 commit cae3808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.base

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ RUN <<EOF
115115
make \
116116
net-tools \
117117
ninja-build \
118+
nodejs \
119+
npm \
118120
openssh-client \
119121
parallel \
120122
pkg-config \

0 commit comments

Comments
 (0)