This PR updates Dockerfile to install sshpass package while building the image. It's necessary if we want to run Ansible tasks with SSH connection on ftd-ansible image. Without sshpass installed, it doesn't work:
FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"}
This PR updates Dockerfile to install
sshpass
package while building the image. It's necessary if we want to run Ansible tasks with SSH connection onftd-ansible
image. Withoutsshpass
installed, it doesn't work: