binhex / arch-jenkins

Docker build script for Arch Linux base with Jenkins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssh missing

dsielert opened this issue · comments

git requires ssh for ssh repositories. Shouldn't this be included in the image or have an option for it to be included ?

I've found that all that is missing to allow SSH to be used with Git is to install the openssh library. I'm going to look into starting up a PR myself to get this added in, as that package should be a no-brainer to add to the stock image.