Ensure openssh is installed in Docker
What does this MR do?
MR ensures openssh is installed on the Docker image.
This is recommended for use with Ansible, which always tries to use it by default if installed. Our previous image and CI scripts always installed openssh so this is just readding that back in.