We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c295da commit 5635243Copy full SHA for 5635243
.github/actions/esp-idf-5_2-with-node/Dockerfile
@@ -1,4 +1,6 @@
1
FROM espressif/idf:release-v5.2
2
RUN apt update
3
-RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
+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
6
RUN apt -y install nodejs npm
0 commit comments