Skip to content

Commit 334597d

Browse files
committed
Added nodejs and npm
1 parent a814a8b commit 334597d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ RUN apt-get update && \
1313
libcurl4-openssl-dev \
1414
autoconf \
1515
libtool \
16-
cmake
16+
cmake \
17+
nodejs \
18+
npm
1719
# Copy function code
1820
RUN mkdir -p ${FUNCTION_DIR}/
1921

0 commit comments

Comments
 (0)