We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2def8b4 commit 776cc2bCopy full SHA for 776cc2b
builder/Dockerfile
@@ -27,7 +27,8 @@ RUN python3 -m pip install -U pip setuptools \
27
asciitree \
28
jinja2 \
29
pillow \
30
- lz4
+ lz4 \
31
+ pyelftools
32
33
# work-around for datacopy build script in 2.8.5
34
RUN ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang-14.so && \
dev/Dockerfile
@@ -44,7 +44,8 @@ RUN python3 -m pip install -U pip setuptools \
44
45
pillow==7.2.0 \
46
aqtinstall \
47
48
49
50
# Qt installation adapted from
51
# see https://github.com/miurahr/aqtinstall/
0 commit comments