Open elcreator opened 1 month ago
You can achieve same result by using pecl install phalcon
instead of downloading from github and compiling.
Yes but I supposed we need regular non-Swoole latest Docker image too (in case someone wants to incorporate it to the build workflow, build own docker image etc), not only 8.2.
Currently I found only this https://pkgs.alpinelinux.org/packages?name=php83-pecl-phalcon PECL based Docker image with Phalcon 5.8 and PHP 8.3 to compose own docker image on top of it but it's in "test" not "main" stream so it can't be used directly.
Or do you mean RUN pecl install phalcon
in the Dockerfile? It still requires phpize and runs build.
Added 8.3 similar to 8.2 and changed default to alpine (while preserved Alpine 3.16 if it's needed as backup option that works for sure)