aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2017-07-03 12:54:39 +0100
committerMatthew Somerville <matthew@mysociety.org>2017-07-04 10:46:01 +0100
commit00a274f5b1890752ee7f755e2c047988fd3a0f42 (patch)
treee729ffdfd5346cc8aecb3e9dc0abeeac8be2d811 /conf
parentf16c32df4c720c85d1abbd51528631ca879b925e (diff)
Make sure required packages installed on stretch.
These two packages were previously installed as a dependency of postgresql-server-dev-all, but are no longer on stretch.
Diffstat (limited to 'conf')
-rw-r--r--conf/packages2
-rw-r--r--conf/packages.generic2
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/packages b/conf/packages
index 75794ee87..b199ec7f2 100644
--- a/conf/packages
+++ b/conf/packages
@@ -16,3 +16,5 @@ postgresql-server-dev-all
gnuplot
ttf-bitstream-vera
libexpat1-dev
+libssl-dev
+zlib1g-dev
diff --git a/conf/packages.generic b/conf/packages.generic
index a0cd9fa16..c566c363b 100644
--- a/conf/packages.generic
+++ b/conf/packages.generic
@@ -12,3 +12,5 @@ postgresql-server-dev-all
gnuplot
ttf-bitstream-vera
libexpat1-dev
+libssl-dev
+zlib1g-dev