tools/ci: Add imgtool to Docker image
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
558b772146
commit
bdbbc3e514
|
@ -269,6 +269,9 @@ RUN pip3 install esptool
|
|||
COPY --from=nuttx-toolchain-renesas /tools/renesas-toolchain/rx-elf-gcc/ renesas-toolchain/rx-elf-gcc/
|
||||
ENV PATH="/tools/renesas-toolchain/rx-elf-gcc/bin:$PATH"
|
||||
|
||||
# MCUboot's tool for image signing and key management
|
||||
RUN pip3 install imgtool
|
||||
|
||||
# Configure ccache
|
||||
RUN mkdir -p /tools/ccache/bin && \
|
||||
ln -sf `which ccache` /tools/ccache/bin/cc && \
|
||||
|
|
Loading…
Reference in New Issue