Skip to content
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

Update Dockerfile with Laravel PHP extensions needed #149

Merged
merged 1 commit into from
Sep 17, 2023

Conversation

insign
Copy link
Contributor

@insign insign commented Sep 14, 2023

Based on https://laravel.com/docs/10.x/deployment#server-requirements

I think it is relevant since is the most popular framework these days.

xmlwriter is needed for Laravel Sanctum.

Based on https://laravel.com/docs/10.x/deployment#server-requirements

I think it is relevant since is the most popular framework these days.

xmlwriter is needed for Laravel Sanctum.
@insign
Copy link
Contributor Author

insign commented Sep 14, 2023

Related to #148

@TrafeX
Copy link
Owner

TrafeX commented Sep 17, 2023

Hi @insign ,

Thank you for your contribution. Although I hold back on adding extensions to keep the base image as small as possible, these extensions are part of what's bundled with PHP (except for xmlwriter, but we also have xmlreader so it's not adding any overhead). So I'll be happy to merge this!

@TrafeX TrafeX merged commit d0692cb into TrafeX:master Sep 17, 2023
@insign insign deleted the patch-1 branch September 17, 2023 16:25
@insign
Copy link
Contributor Author

insign commented Sep 17, 2023

I truly understand that you want a very simple and clean image but have composer looks like a must. I saw in the documentation how to add but keeps the sensation that is so needed because even small projects should rely on composer to keeps things tidy.

@insign
Copy link
Contributor Author

insign commented Sep 17, 2023

And... like others images since the deploy is automated could have a image**-dev** with debug enable by default (even I not use it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants