[X] I agree to follow the Code of Conduct that this project adheres to.
[X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Expected Behavior
docker build or docker compose up should be relatively quick (<5min). This is a pre-requisite for being able to run docker build on our CI to improve code quality.
Actual Behavior
docker compose up takes a long time, 10min or more depending on Network connection and CPU power.
This is probably related to PHP extension installation requiring the extensions to be compiles from scratch.
Preflight Checklist
Expected Behavior
docker build
ordocker compose up
should be relatively quick (<5min). This is a pre-requisite for being able to rundocker build
on our CI to improve code quality.Actual Behavior
docker compose up
takes a long time, 10min or more depending on Network connection and CPU power.This is probably related to PHP extension installation requiring the extensions to be compiles from scratch.
Steps to reproduce
docker compose up
What operating system(s) are you using?
macOS
Additional Information
No response