didn't need other gettext either, apparently

This commit is contained in:
Larry Price 2015-02-23 14:01:01 -05:00
parent 45caa18fbf
commit 42ed59bd22
1 changed files with 0 additions and 1 deletions

View File

@ -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