Add Composer and PHP Zip extension
Composer becomes more and more standard, so we could provide it in webserver image
to reduce as much as possible extraneous dependencies build steps for Docker images
using our base image.
Composer requires the PHP Zip extension to perform installation from dist releases
instead of systematically clone the repository.
Fixes T375.