mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-23 17:31:14 +00:00
Streamline php_modules and php_tools definitions
This commit is contained in:
11
php_modules/pgsql/install.yml
Normal file
11
php_modules/pgsql/install.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: builtin
|
||||
build_dep: [libpq-dev]
|
||||
run_dep: [libpq5]
|
||||
Reference in New Issue
Block a user