Skip to content

Commit b87298f

Browse files
author
Marek Matej
committed
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 <[email protected]>
1 parent 5769579 commit b87298f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ RUN <<EOF
163163
pip install --no-cache-dir \
164164
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/main/scripts/requirements.txt \
165165
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
166+
'esptool>=5.0.2' \
166167
GitPython \
167168
imgtool \
168169
junitparser \

0 commit comments

Comments
 (0)