mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 09:54:43 +00:00
Add PHP module dirs
This commit is contained in:
12
php_modules/snmp/build.yml
Normal file
12
php_modules/snmp/build.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: builtin
|
||||
configure: --with-snmp
|
||||
build_dep: [libssl-dev, libsnmp-dev, snmp]
|
||||
run_dep: [snmp]
|
||||
Reference in New Issue
Block a user