From c75116319a7f8be266c44013cc3fa93344ab985a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 23 Apr 2025 08:42:14 -0600 Subject: [PATCH] Add bsdextrautils and python3-venv to containerfile --- podman/redox-base-containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index 770f5c0a..df6a3ee4 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -16,6 +16,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \ automake \ autopoint \ bison \ + bsdextrautils \ build-essential \ clang \ cmake \ @@ -59,6 +60,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \ protobuf-compiler \ python3 \ python3-mako \ + python3-venv \ rsync \ scons \ syslinux-utils \