Skip to content

Commit 5635243

Browse files
committed
Update Dockerfile
1 parent 9c295da commit 5635243

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
FROM espressif/idf:release-v5.2
22
RUN apt update
3-
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
3+
RUN apt-get install -y curl
4+
RUN curl -fsSL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
5+
RUN bash nodesource_setup.sh
46
RUN apt -y install nodejs npm

0 commit comments

Comments
 (0)