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

Adding more php-extension modules #131

Open
catalystfd opened this issue Mar 29, 2021 · 0 comments
Open

Adding more php-extension modules #131

catalystfd opened this issue Mar 29, 2021 · 0 comments

Comments

@catalystfd
Copy link

catalystfd commented Mar 29, 2021

Hi all, wanted to check if you were open to PR's adding another php-extension module, specifically in this case the imap module.

This is used in a few of our plugins and would be useful to have by default in the upstream container.

Roughly, in each of the supported environments

RUN apt update && apt install -y libc-client-dev libkrb5-dev && rm -r /var/lib/apt/

RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && docker-php-ext-install imap

will attempt to integrate with the setup script that manages the extensions.

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

No branches or pull requests

1 participant