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.
Hi,
after the recent update I get
[FATAL tini (7)] exec /usr/bin/php failed: No such file or directory
. It seems thatphp83
must be installed explicitly inapk add
. It seems that php83 extensions don't actually install thephp83
dependency automatically.After adding
php83@community
and removing the symbolic link creation, it works as expected.Thanks!