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

add: Redis Extension Support #813

Closed
wants to merge 1 commit into from
Closed

add: Redis Extension Support #813

wants to merge 1 commit into from

Conversation

berksmbl
Copy link

I know it is not required for standard installation, but in most cases it can be difficult for the uninitiated to install. It would be very helpful if it came pre-installed.

@tianon
Copy link
Member

tianon commented Mar 23, 2023

See https://hub.docker.com/_/wordpress, especially https://github.com/docker-library/docs/tree/master/wordpress#adding-additional-libraries--extensions:

Adding additional libraries / extensions

This image does not provide any additional PHP extensions or other libraries, even if they are required by popular plugins (e.g. it cannot send e-mails). There are an infinite number of possible plugins, and they potentially require any extension PHP supports. Including every PHP extension that exists would dramatically increase the image size.

If you need additional PHP extensions, you'll need to create your own image FROM this one. The documentation of the php image explains how to compile additional extensions. Additionally, an older Dockerfile for wordpress has a simplified example of doing this and a newer version of that same Dockerfile has a much more thorough example.

@tianon tianon closed this Mar 23, 2023
@berksmbl berksmbl deleted the add-redis-ext-support branch March 24, 2023 07:43
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