How to get compiled extensions instead of compiling them on the spot? #891
Unanswered
andersonpem
asked this question in
Q&A
Replies: 1 comment 2 replies
-
In order to make PHP extensions work, having their compiled ( If possible, prepare a docker image with the extensions you need, and start from it instead of using the default php docker images. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Sorry if this is a dumb question. I have a pipeline that requires building an image every time a commit is pushed.
Spending compute time compiling C code on every push is a waste of computing power and of time.
I'm preparing an image with these things pre-built to pull from. But is it possible to have compiled sources of these extensions? :)
Thank you for the awesome software.
Andy.
Beta Was this translation helpful? Give feedback.
All reactions