First of all, thank you very much for the excellent code, it helps me a lot on extensions. There seems 3 issues.
- The first problem is about ldap, when build php5.6-fpm, it's
See link below,
http://serverfault.com/questions/633394/php-configure-not-finding-ldap-header-libraries
- The second problem is redis. redis-2.2.8 is for php5, redis/redis-3.0.0 is for php7.
- To make docker-entrypoint.sh works, you may need below code:
COPY ./docker-entrypoint.sh /
WORKDIR /var/www
RUN chmod +x /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]