From 8266d15410f5113c7488db7713348a613ad6ee31 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 15 Nov 2024 10:10:16 +0000 Subject: [PATCH] Add libreadline-dev to packages.generic. This was added to packages.docker in fdaf2102, and packages in e7a5bee7, but this file was missed. --- conf/packages | 2 ++ conf/packages.generic | 1 + 2 files changed, 3 insertions(+) diff --git a/conf/packages b/conf/packages index b3f38b5e28f..a5cfb855fb2 100644 --- a/conf/packages +++ b/conf/packages @@ -1,6 +1,8 @@ # Please note that this package list currently forms part of the # mySociety deployment infrastructure -- please discuss on the # mailing list if you want to change it. +# Note additions to this file will probably need adding to the +# packages.generic and packages.docker files as well. make g++ diff --git a/conf/packages.generic b/conf/packages.generic index f31d6200758..dea6a9f7cfb 100644 --- a/conf/packages.generic +++ b/conf/packages.generic @@ -16,3 +16,4 @@ libexpat1-dev libssl-dev zlib1g-dev libxml2-dev +libreadline-dev