From: RĂ©gis Hanol Date: Mon, 18 Jan 2016 19:15:10 +0000 (+0100) Subject: Add ICU library X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e298287ffe79702e092fa341814916918542b5f7;p=discourse_docker.git Add ICU library Used by the https://github.com/brianmario/charlock_holmes gem --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 0ee8c6f..2325e21 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -2,7 +2,7 @@ # When new LTS ships we can upgrade # NAME: discourse_base -# VERSION: 1.0.15 +# VERSION: 1.0.16 FROM ubuntu:14.04 @@ -30,6 +30,7 @@ RUN echo "debconf debconf/frontend select Teletype" | debconf-set-selections &&\ libxslt-dev libcurl4-openssl-dev \ libssl-dev libyaml-dev libtool \ libxml2-dev gawk \ + libicu-dev \ postgresql-9.3 postgresql-client-9.3 \ postgresql-contrib-9.3 libpq-dev libreadline-dev \ nginx language-pack-en sudo cron anacron \