Add apt-get update to run_tests

Change-Id: I95dc0a0509b6e33bbbd4a690b31880a3c1bf0b4c
This commit is contained in:
Michael Gugino 2016-08-18 16:37:47 -04:00
parent 5fc7c53097
commit d18c5d92b8

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