add nginx to prepare.sh

This commit is contained in:
zhuyj17 2017-04-25 00:47:20 +08:00
parent 96ac04a529
commit ce655e42dc
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ apt-get install -y python3-requests python3-suds
apt-get install -y nodejs nodejs-legacy npm
apt-get install -y etcd
apt-get install -y glusterfs-client
apt-get install -y nginx
# check cgroup control
which cgm &> /dev/null || { echo "FAILED : cgmanager is required, please install cgmanager" && exit 1; }