From 232f257f592d35b4111ceae0b4c032c3b217e914 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 27 Dec 2024 00:58:02 +1100 Subject: [PATCH] misc(podman): autoconf2.69 Required to build GCC and Binutils packages from source. Signed-off-by: Anhad Singh --- podman/redox-base-containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index 276244c..8af30fc 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -70,3 +70,5 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \ zlib1g-dev \ zstd \ help2man \ + autoconf2.69 +