diff --git a/docker/install/ubuntu_install_ethosn_driver_stack.sh b/docker/install/ubuntu_install_ethosn_driver_stack.sh index 7be815df32b9..7ac2e8405e2a 100755 --- a/docker/install/ubuntu_install_ethosn_driver_stack.sh +++ b/docker/install/ubuntu_install_ethosn_driver_stack.sh @@ -47,7 +47,8 @@ apt-install-and-clear -y \ python-dev \ python3 \ scons \ - wget + wget \ + openssh-client cd "$tmpdir" git clone --branch "$repo_revision" "$repo_url" "$repo_dir"