From: Gerhard Schlager Date: Thu, 26 Jul 2018 12:18:04 +0000 (+0200) Subject: Add libicu-dev for charlock_holmes gem X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2ad56e6b097b80833695ef644574fd2e511338ed;p=discourse_docker.git Add libicu-dev for charlock_holmes gem --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index c275333..a7f6765 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -32,7 +32,7 @@ RUN apt-get -y install build-essential git wget \ postgresql-${PG_MAJOR} postgresql-client-${PG_MAJOR} \ postgresql-contrib-${PG_MAJOR} libpq-dev libreadline-dev \ language-pack-en cron anacron \ - psmisc rsyslog vim whois brotli libunwind-dev + psmisc rsyslog vim whois brotli libunwind-dev libicu-dev RUN sed -i -e 's/start -q anacron/anacron -s/' /etc/cron.d/anacron RUN sed -i.bak 's/$ModLoad imklog/#$ModLoad imklog/' /etc/rsyslog.conf RUN dpkg-divert --local --rename --add /sbin/initctl