Skip to content

Commit 36e55a7

Browse files
committed
Update Dockerfile
1 parent 5635243 commit 36e55a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/esp-idf-5_2-with-node/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ RUN apt update
33
RUN apt-get install -y curl
44
RUN curl -fsSL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
55
RUN bash nodesource_setup.sh
6-
RUN apt -y install nodejs npm
6+
RUN apt -y install nodejs
7+
RUN npm install

0 commit comments

Comments
 (0)