Add some dependencies that are needed to build with seastar enabled on
ubuntu (22.04). These deps apparently don't get installed via
install-deps.sh - possibly because ubuntu packages never enable
seastar/crimson?
Signed-off-by: John Mulligan <phlogistonjohn@asynchrono.us>
(cherry picked from commit
6acd8f039ee56cfe0ad70d6c80cbcabe25984ac3)
;;
*~*ubuntu*)
apt-get update
- apt-get install -y wget reprepro curl software-properties-common
+ apt-get install -y wget reprepro curl software-properties-common lksctp-tools libsctp-dev protobuf-compiler ragel libc-ares-dev
install_container_deps
;;
*)