Skip to content

Commit f664024

Browse files
committed
Update Dockerfile
1 parent 36e55a7 commit f664024

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ 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
7-
RUN npm install
6+
RUN apt -y install nodejs

0 commit comments

Comments
 (0)