From 45caa18fbf6500974ba28f8fdc86962b174de35c Mon Sep 17 00:00:00 2001 From: Larry Price Date: Mon, 23 Feb 2015 13:56:09 -0500 Subject: [PATCH] did not need gettext --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b901da..469ec08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ 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 gettext -y --force-yes RUN apt-get install php5-pgsql -y --force-yes RUN service postgresql start