Smaller composer image, based on newer package versions.
- Used
alpine:edgeinstead ofphp:7-alpine3.7as base image - Removed following dependencies:
bash,mercurial,subversion,openssh,openssl(php ext works withlibopenssl, notopensslitself),zlib-dev(php ext installs it automatically),curl(php ext useslibcurl, notcurlitself) and many more default unused packages from official php image - Refactored
Dockerfile - Reduced image size