Install libffi-dev needed for python-glanceclient

Change-Id: I9e1815c685d8cd3256a50a7e5a5966ec91eadc8a
This commit is contained in:
Robert Collins 2014-02-24 15:09:58 +13:00
parent 688bdd459e
commit 9db70b388c

View File

@ -29,7 +29,8 @@ sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get \
--option "Dpkg::Options::=--force-confold" \
--assume-yes install build-essential python-dev python-pip \
linux-headers-virtual linux-headers-`uname -r`
linux-headers-virtual linux-headers-`uname -r` \
libffi-dev
# toci scripts use both of these
sudo pip install gear os-apply-config