Skip to content

Commit 776cc2b

Browse files
authored
Add UF2 support (#25)
1 parent 2def8b4 commit 776cc2b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

builder/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ RUN python3 -m pip install -U pip setuptools \
2727
asciitree \
2828
jinja2 \
2929
pillow \
30-
lz4
30+
lz4 \
31+
pyelftools
3132

3233
# work-around for datacopy build script in 2.8.5
3334
RUN ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang-14.so && \

dev/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ RUN python3 -m pip install -U pip setuptools \
4444
jinja2 \
4545
pillow==7.2.0 \
4646
aqtinstall \
47-
lz4
47+
lz4 \
48+
pyelftools
4849

4950
# Qt installation adapted from
5051
# see https://github.com/miurahr/aqtinstall/

0 commit comments

Comments
 (0)