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:
parent
dc7303a135
commit
2d7ecd9385
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user