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:
15
php_modules/mongo/install.yml
Normal file
15
php_modules/mongo/install.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: pecl
|
||||
command: yes yes | pecl install mongo
|
||||
build_dep: [libssl-dev, libsasl2-dev]
|
||||
|
||||
5.2:
|
||||
type: pecl
|
||||
command: yes yes | pecl install mongo-1.5.8
|
||||
Reference in New Issue
Block a user