From ee454bb8671ede27136cfdbcf646400b95becb14 Mon Sep 17 00:00:00 2001 From: seeul8er <24637325+seeul8er@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:54:38 +0200 Subject: [PATCH] Update Dockerfile --- .github/actions/esp-idf-5_2-with-node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/esp-idf-5_2-with-node/Dockerfile b/.github/actions/esp-idf-5_2-with-node/Dockerfile index 99d53b4..17d231d 100644 --- a/.github/actions/esp-idf-5_2-with-node/Dockerfile +++ b/.github/actions/esp-idf-5_2-with-node/Dockerfile @@ -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