Install libffi-dev needed for python-glanceclient
Change-Id: I9e1815c685d8cd3256a50a7e5a5966ec91eadc8a
This commit is contained in:
parent
688bdd459e
commit
9db70b388c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user