plesk/docker

ssh-keyscan command not found

404raphael opened this issue · 1 comments

Hi, tried the git and it didn't work because the base image doesn't have ssh installed(security reasons).

for git i need ssh-keyscan to add the github to .ssh/known_hosts.
you can add: --install-component ssh or openssh-client to the docker file.

There are no plans to add SSH to the image. You can manage known_hosts file manually or build your own version of image (based on original one).