Add apt-get update to run_tests

Change-Id: Iba80b94343d94491170f2ec5a0a1ea81a3c1b03f
This commit is contained in:
Michael Gugino 2016-08-18 16:37:09 -04:00
parent 4f5e326287
commit 50257ea4d1
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