Add apt-get update to run_tests
Change-Id: I6b9bf950541331bc1f3037e83886490ab5b847d2
This commit is contained in:
parent
dc8c4dde1f
commit
ca4c887d9d
@ -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…
x
Reference in New Issue
Block a user