From b87298fd43c04715727f8d6d3c09de58d305fae2 Mon Sep 17 00:00:00 2001 From: Marek Matej Date: Mon, 4 Aug 2025 15:21:11 +0200 Subject: [PATCH] dockerfile.base: add esptool The esptool is crucial for image creation during the build. Recently the tool was moved from the hal_espressif repo into a package requirement. While build work locally, the CI is missing it and we are adding it here. Signed-off-by: Marek Matej --- Dockerfile.base | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.base b/Dockerfile.base index 6412dd6..7709c57 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -163,6 +163,7 @@ RUN <=5.0.2' \ GitPython \ imgtool \ junitparser \