Merge pull request #753 from benbrummer/debian

saxon defaults now to 12.5.0
This commit is contained in:
David Bomba
2025-05-11 09:44:26 +10:00
committed by GitHub

2
debian/Dockerfile vendored
View File

@@ -18,7 +18,7 @@ FROM php:${PHP}-fpm
# PHP modules
ARG php_require="bcmath gd mbstring pdo_mysql zip"
ARG php_suggest="exif imagick intl pcntl soap saxon-12.5.0"
ARG php_suggest="exif imagick intl pcntl saxon soap"
ARG php_extra="opcache"
# Install system dependencies