Force ncat install for functional/fullstack jobs
This is not available by default in Ubuntu Focal which we are migrating to in this cycle as a community goal. Change-Id: I2a7d03addc54a05aa310c7b72e6f91a98bf79b65
This commit is contained in:
parent
945a244588
commit
b64a9c177f
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user