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