diff --git a/tools/configure_for_func_testing.sh b/tools/configure_for_func_testing.sh index 093dbd1e374..33d8748e806 100755 --- a/tools/configure_for_func_testing.sh +++ b/tools/configure_for_func_testing.sh @@ -120,6 +120,10 @@ function _install_base_deps { PACKAGES=$(echo $PACKAGES | perl -pe 's|python-(?!dev)[^ ]*||g') install_package $PACKAGES fi + + if is_ubuntu && [[ "$DISTRO" != "bionic" ]]; then + install_package "ncat" + fi }