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 32179fa commit 9c295daCopy full SHA for 9c295da
.github/actions/esp-idf-5_2-with-node/Dockerfile
@@ -1,4 +1,4 @@
1
FROM espressif/idf:release-v5.2
2
RUN apt update
3
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
4
-RUN apt -y install --no-install-recommends nodejs npm
+RUN apt -y install nodejs npm
0 commit comments