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

kerberos / ldap / imap inside docker images ? #638

Open
julienanquetil opened this issue Oct 17, 2022 · 1 comment
Open

kerberos / ldap / imap inside docker images ? #638

julienanquetil opened this issue Oct 17, 2022 · 1 comment
Assignees

Comments

@julienanquetil
Copy link
Contributor

Hi,
Why there is kerberos / ldap package installed inside the docker image of php8 ?

RUN docker-php-ext-configure \
imap --with-kerberos --with-imap-ssl
RUN docker-php-ext-configure \
ldap --with-libdir=lib/x86_64-linux-gnu

According to devdocs it's not needed but maybe used by artifakt ?
https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/prerequisites/php-settings.html?lang=en

cc @an0rak-dev

@Buburoi
Copy link
Contributor

Buburoi commented Oct 27, 2022

In case we have to keep ldap, we have to change this line :
ldap --with-libdir=lib/x86_64-linux-gnu
by:
ldap --with-libdir=lib/$(uname -m)-linux-gnu
In order to make it works with arm64
Thanks

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

4 participants