You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project adheres to.
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.
Steps to reproduce
Delete all local containers and images
docker compose up
What operating system(s) are you using?
macOS
Additional Information
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: