Add ssh client

This commit is contained in:
Neil McPhail 2025-04-19 18:08:13 +01:00
parent e40349b602
commit 02773755a5

View File

@ -22,6 +22,7 @@ RUN apt-get update \
fuse-emulator-utils\
git \
make \
openssh-client\
pasmo \
zmakebas \
&& rm -rf /var/lib/apt/lists/*