Skip to content

Commit 4938341

Browse files
chores: add pydantic (#31)
Co-authored-by: Raphael <[email protected]>
1 parent 2d18faa commit 4938341

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

builder/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3435
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
@@ -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

gitpod/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3335
ENV PATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/:${PATH}
3436

0 commit comments

Comments
 (0)