File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ RUN python3 -m pip install -U pip setuptools \
2828 jinja2 \
2929 pillow \
3030 lz4 \
31- pyelftools
31+ pyelftools \
32+ pydantic
3233
3334# work-around for datacopy build script in 2.8.5
3435RUN ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang-14.so && \
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ RUN python3 -m pip install -U pip setuptools && \
7575 pillow==7.2.0 \
7676 aqtinstall \
7777 lz4 \
78- pyelftools && \
78+ pyelftools \
79+ pydantic && \
7980 # Clean pip cache
8081 python3 -m pip cache purge
8182
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ RUN python3 -m pip install -U pip setuptools \
2828 asciitree \
2929 jinja2 \
3030 pillow \
31- lz4
31+ lz4 \
32+ pyelftools \
33+ pydantic
3234
3335ENV PATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/:${PATH}
3436
You can’t perform that action at this time.
0 commit comments