From 16aa84bb89d4948061f928fbf3b228b4cfb45eaa 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 0005932..b139716 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -44,7 +44,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/