From ec394f1dcb0bebfa1d4253508778dc0469b95724 Mon Sep 17 00:00:00 2001 From: mattmadeofpasta Date: Mon, 11 Dec 2023 16:32:24 +0000 Subject: [PATCH] Add missing debian packages --- bootstrap.sh | 3 +++ podman/redox-base-containerfile | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 81b9bee..f5c2c9e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -373,10 +373,12 @@ ubuntu() doxygen \ file \ flex \ + fuse \ g++ \ genisoimage \ git \ gperf \ + intltool \ libexpat-dev \ libfuse-dev \ libgmp-dev \ @@ -401,6 +403,7 @@ ubuntu() protobuf-compiler \ python3 \ python3-mako \ + rsync \ scons \ texinfo \ unzip \ diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index d5487c5..9d54500 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -50,7 +50,8 @@ RUN apt-get update \ perl \ doxygen \ ant \ - protobuf-compiler + protobuf-compiler \ + intltool # _UID_ must be replaced with the user's uid on host # podman root is mapped to your user id on host during build,