Install only needed packages
Since jobs moved to ubuntu xenial some package are missing So instead of bother infra to add our requirements. This change uses the new bindep.txt feature to install our needed packages. Change-Id: I9505ae15b627cda197ea60b7e162f2a6a7fe7588
This commit is contained in:
parent
5ef16e1843
commit
05c89c0e10
11
bindep.txt
Normal file
11
bindep.txt
Normal file
@ -0,0 +1,11 @@
|
||||
redis-sentinel [platform:ubuntu !platform:ubuntu-trusty]
|
||||
redis-server [platform:dpkg]
|
||||
libpq-dev [platform:dpkg]
|
||||
postgresql [platform:dpkg]
|
||||
mysql-client [platform:dpkg]
|
||||
mysql-server [platform:dpkg]
|
||||
build-essential [platform:dpkg]
|
||||
libffi-dev [platform:dpkg]
|
||||
zookeeperd [platform:dpkg]
|
||||
memcached [platform:dpkg]
|
||||
unzip [platform:dpkg]
|
Loading…
Reference in New Issue
Block a user