mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Streamline php_modules and php_tools definitions
This commit is contained in:
12
php_modules/wddx/install.yml
Normal file
12
php_modules/wddx/install.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: builtin
|
||||
configure: --with-libxml-dir=/usr
|
||||
build_dep: [libxml2-dev]
|
||||
# TODO: requires run_dep libxml
|
||||
Reference in New Issue
Block a user