From f173621032cdc243026286efa1d97daee9b0a6e0 Mon Sep 17 00:00:00 2001 From: Larry Price Date: Tue, 24 Feb 2015 11:01:33 -0500 Subject: [PATCH] fixes for Moodle integration --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7638a49..7b18c56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ MAINTAINER Larry Price 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