Skip to content

Commit df777c5

Browse files
committed
debian-arm: add U-Boot build dependencies
1 parent 79dce5a commit df777c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

debian-arm/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ RUN dpkg --add-architecture arm64 && \
2424
kmod \
2525
less \
2626
libelf-dev \
27+
libgnutls28-dev \
2728
libssl-dev \
2829
libssl-dev:arm64 \
2930
libssl-dev:armhf \
3031
man \
3132
python3 \
32-
python3.11-venv \
33+
python3-dev \
34+
python3-venv \
3335
rsync \
3436
ssh \
37+
swig \
3538
tig \
3639
vim \
3740
&& \

0 commit comments

Comments
 (0)