added mongodb driver for php5.5 5.6

This commit is contained in:
Amin Mkh
2016-05-30 23:26:40 +03:00
parent 9c7054abe2
commit 1090bb4db6
4 changed files with 8 additions and 2 deletions

View File

@ -25,7 +25,6 @@ RUN curl -L -o /tmp/memcached.tar.gz "https://github.com/php-memcached-dev/php-m
# Install mongodb driver
RUN pecl install mongodb
RUN echo "extension=mongodb.so" > /usr/local/etc/php/conf.d/mongo.ini
RUN usermod -u 1000 www-data