Add lzip to dependencies

This commit is contained in:
Ron Williams 2024-06-05 10:44:52 -07:00
parent 73b457659a
commit 87ede0e8c4
2 changed files with 2 additions and 0 deletions

View file

@ -430,6 +430,7 @@ ubuntu()
libtool \
llvm \
lua5.4 \
lzip \
m4 \
make \
meson \

View file

@ -51,6 +51,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
xdg-utils \
zip \
unzip \
lzip \
llvm \
clang \
perl \