phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
655 stars 451 forks source link

Fix for debian 12 issue (#416) that caused libraries for extensions to be uninstalled #417

Closed ederuiter closed 1 year ago

ederuiter commented 1 year ago

This also adds a test that makes sure all extension libraries are installed (buld fails if ldd outputs a line with => not found)

Note: the extdir variable is needed because if we execute php after the libraries are removed it will print warnings causing the ldd command to fail

Fixes: #416