I have added some improvements to the Dockerfile by following the 'Best practice guide' on https://docs.docker.com/articles/dockerfile_best-practices/. I have also removed the mondodb package and I have replaced the php5 packages with php5-cli.
What it does:
improve the initial build speed
minimize the number of required layers
decreases the size of the image by about 300MB (from 830MB to 540MB)
I have added some improvements to the Dockerfile by following the 'Best practice guide' on https://docs.docker.com/articles/dockerfile_best-practices/. I have also removed the mondodb package and I have replaced the php5 packages with php5-cli.
What it does:
Comments and suggestions are welcome.