Merge pull request #589 from EdeMeijer/L5

Add PHP pgsql driver to Dockerfile
This commit is contained in:
James Brooks
2015-04-18 16:54:46 +01:00

View File

@@ -17,7 +17,7 @@ RUN echo "APT::Install-Recommends \"0\";" >> /etc/apt/apt.conf.d/02recommends &&
apt-get -qq update && \
apt-get -qq install \
ca-certificates nginx php5-fpm=5.* php5-curl php5-readline php5-mcrypt php5-mysql php5-apcu php5-cli \
git sqlite libsqlite3-dev curl supervisor && \
git sqlite libsqlite3-dev curl supervisor php5-pgsql && \
apt-get clean && apt-get autoremove -qq && \
rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man /tmp/* && \
chown -R www-data /var/www/html