Add openssh-client to build toolchain

This commit is contained in:
Disassembler 2018-11-01 13:37:24 +01:00
parent b7d9cec76a
commit 1812e27e1e
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -5,7 +5,7 @@ cd $(realpath $(dirname "${0}"))
# Install Alpine SDK and useful tools
apk update
apk add alpine-sdk git file htop less openssh-server openssh-sftp-server tar xz
apk add alpine-sdk git file htop less openssh-client openssh-server openssh-sftp-server tar xz
# Copy root profile files and settings
mkdir -p /root/.config/htop /root/.ssh