mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Add PHP module dirs
This commit is contained in:
35
php_modules/tidy/build.yml
Normal file
35
php_modules/tidy/build.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: builtin
|
||||
build_dep: [libtidy-dev]
|
||||
run_dep: [libtidy5deb1]
|
||||
|
||||
7.0:
|
||||
type: builtin
|
||||
run_dep: [libtidy5]
|
||||
|
||||
5.6:
|
||||
type: builtin
|
||||
run_dep: [libtidy5]
|
||||
|
||||
5.5:
|
||||
type: builtin
|
||||
run_dep: [libtidy-0.99-0]
|
||||
|
||||
5.4:
|
||||
type: builtin
|
||||
run_dep: [libtidy-0.99-0]
|
||||
|
||||
5.3:
|
||||
type: builtin
|
||||
run_dep: [libtidy-0.99-0]
|
||||
|
||||
5.2:
|
||||
type: builtin
|
||||
run_dep: [libtidy-0.99-0]
|
||||
Reference in New Issue
Block a user