Add ICU library
authorRégis Hanol <regis@hanol.fr>
Mon, 18 Jan 2016 19:15:10 +0000 (20:15 +0100)
committerRégis Hanol <regis@hanol.fr>
Mon, 18 Jan 2016 19:15:10 +0000 (20:15 +0100)
Used by the https://github.com/brianmario/charlock_holmes gem

image/base/Dockerfile

index 0ee8c6f024de707b7c466117a813c1d5b7aaf20a..2325e2136b2e7c0719d09423f71790ff620fde72 100644 (file)
@@ -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 \