fixes for Moodle integration

This commit is contained in:
Larry Price 2015-02-24 11:01:33 -05:00
parent 4b0e22b2d7
commit f173621032
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ MAINTAINER Larry Price <larry@larry-price.com>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install git postgresql sendmail sendmail-bin wkhtmltopdf supervisor apache2 libapache2-mod-php5 php5-pgsql -y --force-yes
RUN apt-get update && apt-get install git postgresql sendmail sendmail-bin wkhtmltopdf supervisor apache2 \
libapache2-mod-php5 php5-pgsql php5-curl php5-xmlrpc -y --force-yes
RUN service postgresql start