Commit 95b1f43d authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Install Boost-dev required by Folly/CPPRest

parent 5e9029f7
...@@ -358,9 +358,9 @@ check_install_amf_deps(){ ...@@ -358,9 +358,9 @@ check_install_amf_deps(){
"ubuntu18.04") "ubuntu18.04")
var_ubuntu_18_04=1 var_ubuntu_18_04=1
if [ $IS_CONTAINER -eq 0 ]; then if [ $IS_CONTAINER -eq 0 ]; then
specific_packages="libconfig++-dev mysql-server" specific_packages="libconfig++-dev libasio-dev libboost-all-dev mysql-server"
else else
specific_packages="libconfig++-dev" specific_packages="libconfig++-dev libasio-dev libboost-all-dev"
fi fi
;; ;;
*) *)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment