artifakt-io / artifakt-docker-images

Base Docker images supported by Artifakt PaaS
Apache License 2.0
6 stars 9 forks source link

kerberos / ldap / imap inside docker images ? #638

Open julienanquetil opened 1 year ago

julienanquetil commented 1 year ago

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

https://github.com/artifakt-io/artifakt-docker-images/blob/9907b05b071a6b441cbb71a91f4ba9719097f2fd/magento/2.4-php8/Dockerfile#L57-L60

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 commented 1 year ago

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