From 05c89c0e1069d873b9e03236757002eb987a8e56 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Thu, 22 Sep 2016 09:19:34 +0200 Subject: [PATCH] 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 --- bindep.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..d3d87e1 --- /dev/null +++ b/bindep.txt @@ -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]