The barebox FIT image isn't created by mkimage, but by a python script by means of libfdt. Add the libfdt dependency to the conainer, so we can in the future add a test that checks that barebox can chainload itself from that image. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- test/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Containerfile b/test/Containerfile index 1c4932f56a64..5aa04f7f4976 100644 --- a/test/Containerfile +++ b/test/Containerfile @@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \ python3-pip \ python3-virtualenv \ python3-setuptools \ + python3-libfdt \ virtualenv \ sudo \ u-boot-tools \ -- 2.39.5