From: RĂ©gis Hanol Date: Mon, 18 Jan 2016 21:19:40 +0000 (+0100) Subject: Revert "Add ICU library" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5842abdb7a9e8555add218b9a33faf3bf9906b0d;p=discourse_docker.git Revert "Add ICU library" This reverts commit e298287ffe79702e092fa341814916918542b5f7. --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 2325e21..0ee8c6f 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.16 +# VERSION: 1.0.15 FROM ubuntu:14.04 @@ -30,7 +30,6 @@ 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 \