Fix build ubuntu-geust issue on arm64

To build ubuntu-geust on arm64, libffi-dev & libssl-dev are required

Closes-Bug: #1797014

Change-Id: Ia215deac11976fc9fc67e6d823ae11d181bf8083
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
This commit is contained in:
Zhangfei Gao 2018-10-08 11:49:30 +08:00 committed by Marcin Piwowarczyk
parent dc7303a135
commit 2d7ecd9385
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ set -o xtrace
export DEBIAN_FRONTEND=noninteractive
apt-get --allow-unauthenticated -y install python-dev libxml2-dev libxslt1-dev python-setuptools \
libffi-dev libssl-dev \
python-pip python-sqlalchemy python-lxml \
python-routes python-eventlet python-webob \
python-pastedeploy python-paste python-netaddr \