mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
saxon is available for arm64 and amd64
This commit is contained in:
3
debian/Dockerfile
vendored
3
debian/Dockerfile
vendored
@@ -1,8 +1,7 @@
|
||||
FROM php:8.3-fpm AS base
|
||||
|
||||
ARG php_require="bcmath gd pdo_mysql zip"
|
||||
ARG php_suggest="exif imagick intl pcntl soap"
|
||||
ARG php_suggest_debian="saxon-12.5.0"
|
||||
ARG php_suggest="exif imagick intl pcntl soap saxon-12.5.0"
|
||||
ARG php_extra="opcache"
|
||||
|
||||
# Install system dependencies
|
||||
|
||||
Reference in New Issue
Block a user