Open domi41 opened 3 years ago
We can probably go with FROM php:7.4-fpm-alpine and some docker-ext-install.
FROM php:7.4-fpm-alpine
docker-ext-install
If anyone wants to take on the Dockerfile, or you have requirements, suggestions… please share !
Dockerfile
9ba47b57192338668e575216d75362648fcee0a3 introduces a working Dockerfile and docker-compose setup. A lot of extra packages are still loaded, so it needs to be trimmed down a little, but it works.
docker-compose
We can probably go with
FROM php:7.4-fpm-alpine
and somedocker-ext-install
.If anyone wants to take on the
Dockerfile
, or you have requirements, suggestions… please share !