Add apt-get update to run_tests

Change-Id: I0c6ebd04322fd6f186b12b4d77fd80e143037d9c
This commit is contained in:
Michael Gugino 2016-08-18 16:37:37 -04:00
parent 99e431d837
commit 4f76e2cb8c
1 changed files with 1 additions and 0 deletions

View File

@ -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