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