mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Streamline php_modules and php_tools definitions
This commit is contained in:
18
php_modules/vips/install.yml
Normal file
18
php_modules/vips/install.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: pecl
|
||||
build_dep:
|
||||
- libvips-dev
|
||||
- libvips42
|
||||
run_dep:
|
||||
- libvips42
|
||||
|
||||
5.6:
|
||||
type: pecl
|
||||
version: 1.0.0
|
||||
Reference in New Issue
Block a user