From c4820e8035995db21ae978e84697703bbe587f39 Mon Sep 17 00:00:00 2001 From: ju6ge Date: Thu, 25 Sep 2025 19:47:27 +0200 Subject: [PATCH] install nodejs and npm --- bin/esp-plant-dev-tools.Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/esp-plant-dev-tools.Containerfile b/bin/esp-plant-dev-tools.Containerfile index 541cbec..4aaa8ce 100644 --- a/bin/esp-plant-dev-tools.Containerfile +++ b/bin/esp-plant-dev-tools.Containerfile @@ -1,6 +1,6 @@ FROM debian:latest -RUN apt update -y && apt upgrade -y && apt install unzip curl xz-utils -y +RUN apt update -y && apt upgrade -y && apt install unzip curl xz-utils nodejs npm -y RUN cd /root && \ curl -L -o xpack-riscv-toolchain.tar.gz "https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v14.2.0-3/xpack-riscv-none-elf-gcc-14.2.0-3-linux-x64.tar.gz" && \