travis: install fakeroot for Linux

they removed it from the preinstalled sw stack.
This commit is contained in:
Thomas Waldmann 2017-06-22 20:13:39 +02:00
parent 7e625a470f
commit b625a4c8c5
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
else else
pip install virtualenv pip install virtualenv
sudo apt-get update sudo apt-get update
sudo apt-get install -y fakeroot
sudo apt-get install -y liblz4-dev sudo apt-get install -y liblz4-dev
sudo apt-get install -y libacl1-dev sudo apt-get install -y libacl1-dev
sudo apt-get install -y libfuse-dev fuse pkg-config # optional, for FUSE support sudo apt-get install -y libfuse-dev fuse pkg-config # optional, for FUSE support