Closed leroy0211 closed 8 months ago
v.2.2.1
The saxon library will not install due to an exit here.
saxon
After continuing the installation by running them myself, it works fine and the extension will be loaded.
Just remove the exit line.
exit
php:8.2-cli
FROM php:8.2-cli ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ RUN chmod +x /usr/local/bin/install-php-extensions \ && apt update \ && install-php-extensions saxon
Verify with:
docker run -it --rm [image] php -m
Saxon isn't officially supported.
Until today... see #889
Version of install-php-extensions
v.2.2.1
Error description
The
saxon
library will not install due to an exit here.After continuing the installation by running them myself, it works fine and the extension will be loaded.
Just remove the
exit
line.Docker image
php:8.2-cli
Minimal Dockerfile
Verify with: