Merge branch 'add-openssh' into 'master'

Install OpenSSH on the Podman container

See merge request redox-os/redox!1508
This commit is contained in:
Jeremy Soller 2024-09-25 14:35:28 +00:00
commit 35e71d6d8c

View file

@ -49,6 +49,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
meson \ meson \
nasm \ nasm \
ninja-build \ ninja-build \
openssh \
patch \ patch \
perl \ perl \
pkg-config \ pkg-config \