plesk / docker

Dockerfiles for Plesk
Other
94 stars 51 forks source link

ssh-keyscan command not found #8

Closed 404raphael closed 6 years ago

404raphael commented 7 years ago

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.

sibprogrammer commented 6 years ago

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).