From c29f062cad1f78ebff8b0aebdafc3903cdcaeb22 Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Mon, 7 Aug 2017 16:57:15 +0000 Subject: [PATCH] Update install-essentials --- scripts/install-essentials | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-essentials b/scripts/install-essentials index 3e2c890..ffbf14e 100755 --- a/scripts/install-essentials +++ b/scripts/install-essentials @@ -11,7 +11,7 @@ apt-get install -y \ libxslt-dev libcurl4-openssl-dev libicu-dev \ logrotate python-docutils pkg-config cmake nodejs \ libkrb5-dev postgresql-client mysql-client unzip \ - libre2-dev \ + libre2-dev gettext \ echo deb http://httpredir.debian.org/debian stretch main > /etc/apt/sources.list.d/stretch.list apt-get update -yqqq