openssh-server: add openssh-client

This commit is contained in:
aptalca
2020-02-03 12:37:01 -05:00
parent ca2c0ce48e
commit e8de10488f
7 changed files with 13 additions and 66 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
echo "**** installing openssh-client ****"
apk add --no-cache openssh-client