Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er committed Jul 14, 2024
1 parent def47bf commit ee454bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/esp-idf-5_2-with-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM espressif/idf:release-v5.2
RUN apt update
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | -E bash -
RUN apt -y install --no-install-recommends nodejs npm

0 comments on commit ee454bb

Please sign in to comment.