From 1d55926aa4dc6c4d2d0a0eba9181059488b771bb Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Wed, 1 Aug 2018 22:33:33 +0200 Subject: [PATCH] Revert "Add libicu-dev for charlock_holmes gem" This reverts commit 2ad56e6b097b80833695ef644574fd2e511338ed. --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 408b41d..405932e 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 libicu-dev \ + psmisc rsyslog vim whois brotli libunwind-dev \ libtcmalloc-minimal4 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 -- 2.25.1