aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorSam Pearson <sam@sgp.me.uk>2018-09-28 19:05:58 +0100
committerSam Pearson <sam@sgp.me.uk>2018-09-28 19:08:23 +0100
commit4df175118be040ea5457850d59071e40ba3d48e8 (patch)
treec28b1063ef0a508fa4d39ad7433376bf925a41ba /conf
parent843304ab27da9ef2c0be5d8fce4363902af69825 (diff)
[Dependencies] Add libxml2-dev to packages files
This is required to build some of the Perl modules pulled in by the addition of `Net::Amazon::S3`.
Diffstat (limited to 'conf')
-rw-r--r--conf/packages1
-rw-r--r--conf/packages.docker1
-rw-r--r--conf/packages.generic1
3 files changed, 3 insertions, 0 deletions
diff --git a/conf/packages b/conf/packages
index b199ec7f2..23be6d28c 100644
--- a/conf/packages
+++ b/conf/packages
@@ -18,3 +18,4 @@ ttf-bitstream-vera
libexpat1-dev
libssl-dev
zlib1g-dev
+libxml2-dev
diff --git a/conf/packages.docker b/conf/packages.docker
index ed1b46611..571a8d6c1 100644
--- a/conf/packages.docker
+++ b/conf/packages.docker
@@ -13,3 +13,4 @@ ttf-bitstream-vera
libexpat1-dev
libssl-dev
zlib1g-dev
+libxml2-dev
diff --git a/conf/packages.generic b/conf/packages.generic
index c566c363b..aebc6d725 100644
--- a/conf/packages.generic
+++ b/conf/packages.generic
@@ -14,3 +14,4 @@ ttf-bitstream-vera
libexpat1-dev
libssl-dev
zlib1g-dev
+libxml2-dev