build: added libexpat build support

This allows commands such as "info os files"
previously we had expat support on x86_64 only.
This commit is contained in:
Guy Shimko
2025-01-09 18:01:42 +02:00
parent 9e7d1ed118
commit d978ca9aaf
4 changed files with 71 additions and 6 deletions

View File

@ -19,6 +19,7 @@ RUN apt update && apt install -y \
gcc-powerpc-linux-gnu \
git \
libncurses-dev \
libtool \
m4 \
make \
patch \