dockette / adminer

:whale: Tiniest boxed dockerized Adminer (MySQL, PostgreSQL, SQLite, Mongo, Oracle) Dockerfiles
MIT License
87 stars 29 forks source link

Missing php83 binary after recent update #55

Closed bganicky closed 1 month ago

bganicky commented 1 month ago

Hi,

after the recent update I get [FATAL tini (7)] exec /usr/bin/php failed: No such file or directory. It seems that php83 must be installed explicitly in apk add. It seems that php83 extensions don't actually install the php83 dependency automatically.

After adding php83@community and removing the symbolic link creation, it works as expected.

Thanks!

f3l1x commented 1 month ago

Thank you, done

bganicky commented 1 month ago

Thanks for a quick response!