Skip to content

Commit 001af50

Browse files
lulingarbtashton
authored andcommitted
Make ESP-IDF tools available in final image
1 parent 6610aeb commit 001af50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ ENV PATH="/tools/riscv64-unknown-elf-gcc/bin:$PATH"
185185

186186
# ESP32 toolchain
187187
COPY --from=nuttx-toolchain-esp32 /tools/xtensa-esp32-elf-gcc/ xtensa-esp32-elf-gcc/
188+
COPY --from=nuttx-toolchain-esp32 /tools/esp-idf/ esp-idf/
188189
ENV PATH="/tools/xtensa-esp32-elf-gcc/bin:$PATH"
189190
RUN mkdir -p /tools/blobs/esp32core
190191
COPY --from=nuttx-toolchain-esp32 /tools/blobs/* /tools/blobs/esp32core/

0 commit comments

Comments
 (0)