Add apt-get update to run_tests

Change-Id: I31c216223299431f13591e87f1fa03b92c66a5a6
This commit is contained in:
Michael Gugino 2016-08-18 16:29:30 -04:00 committed by Jesse Pretorius (odyssey4me)
parent 3eb2a89946
commit ff22a68003

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