Closed francoism90 closed 6 months ago
For my projects, I need additional PECL extensions like phpredis or even PHP included ones.
phpredis
I know you can build the image yourself, but since this is a SDK, couldn't you just expose sh, and do something like:
sh
flatpak run org.freedesktop.Sdk.Extension.php83 pecl install redis
Thanks
You can't. Flatpak is immutable.
For my projects, I need additional PECL extensions like
phpredis
or even PHP included ones.I know you can build the image yourself, but since this is a SDK, couldn't you just expose
sh
, and do something like:Thanks