Add apt-get update to run_tests
Change-Id: I95dc0a0509b6e33bbbd4a690b31880a3c1bf0b4c
This commit is contained in:
parent
5fc7c53097
commit
d18c5d92b8
@ -19,6 +19,7 @@ FUNCTIONAL_TEST=${FUNCTIONAL_TEST:-true}
|
||||
|
||||
# prep the host
|
||||
if [ "$(which apt-get)" ]; then
|
||||
apt-get update
|
||||
apt-get install -y build-essential python2.7 python-dev git-core libssl-dev libffi-dev
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user