diff --git a/bootstrap.sh b/bootstrap.sh index 49144c2..1e5fdf7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -430,6 +430,7 @@ ubuntu() libtool \ llvm \ lua5.4 \ + lzip \ m4 \ make \ meson \ diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index 742323e..62f11ee 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -51,6 +51,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \ xdg-utils \ zip \ unzip \ + lzip \ llvm \ clang \ perl \