From 370c4ede9f93454b5585f67e83a271b19f7b87a6 Mon Sep 17 00:00:00 2001 From: Richard Li Date: Thu, 28 Nov 2024 14:09:48 +0800 Subject: [PATCH] Added uf2 support --- builder/Dockerfile | 3 ++- dev/Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index 4cedcb5..a414849 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -27,7 +27,8 @@ RUN python3 -m pip install -U pip setuptools \ asciitree \ jinja2 \ pillow \ - lz4 + lz4 \ + pyelftools # work-around for datacopy build script in 2.8.5 RUN ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang-14.so && \ diff --git a/dev/Dockerfile b/dev/Dockerfile index afcc6a7..0d9f2a9 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -43,7 +43,8 @@ RUN python3 -m pip install -U pip setuptools \ jinja2 \ pillow==7.2.0 \ aqtinstall \ - lz4 + lz4 \ + pyelftools # Qt installation adapted from # see https://github.com/miurahr/aqtinstall/