From 42ed59bd22191078926029799706268949f711ad Mon Sep 17 00:00:00 2001 From: Larry Price Date: Mon, 23 Feb 2015 14:01:01 -0500 Subject: [PATCH] didn't need other gettext either, apparently --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 469ec08..1c7acb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN apt-get install wkhtmltopdf -y --force-yes RUN apt-get install supervisor -y --force-yes RUN apt-get install apache2 -y --force-yes RUN apt-get install libapache2-mod-php5 -y --force-yes -RUN apt-get install php-gettext -y --force-yes RUN apt-get install php5-pgsql -y --force-yes RUN service postgresql start