-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpine Linux Packages #218
Comments
We compile for two reasons:
|
OK! No problem! I think you should take a look at the packages created for PHP7 and PHP5.6 that are in Alpine, so we can build a single package with the best of everything. Please if you have a few hours left, look to the PHP7 package was made on the link below: |
I was wondering the same. Installing the correct build-time dependencies, building the extensions, then cleaning everything and removing the build-time dependencies again is a PITA. |
@fabiorphp, thanks for the link. Unfortunately, we can't get any size benefit to building it like alpine does. They build php into about 60 different packages so that you can |
@fabiorphp maybe this issue can be closed? Alpine images size has already been reduced by #239 and it will be continued in #245. |
Guys, you have created an image docker cool, but I have a question.
Why not use the Alpine Linux PHP7 packages instead of compiling the package in the dockerfile script?
The text was updated successfully, but these errors were encountered: