From 82ec17b45ed556d91aa67672835c9b942169580b Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 25 Sep 2024 09:24:46 +0000 Subject: [PATCH] Install OpenSSH on the Podman container --- podman/redox-base-containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index 67c90c7..e522b41 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -49,6 +49,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \ meson \ nasm \ ninja-build \ + openssh \ patch \ perl \ pkg-config \