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:
17
php_modules/mysql/build.yml
Normal file
17
php_modules/mysql/build.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
all:
|
||||
type: builtin
|
||||
configure: --with-mysql --with-mysql-sock --with-zlib-dir=/usr --with-libdir="/lib/$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"
|
||||
run_dep: [libmysqlclient18]
|
||||
build_dep: [libmysqlclient-dev]
|
||||
|
||||
5.6:
|
||||
type: builtin
|
||||
run_dep: [libmariadbclient18]
|
||||
build_dep: [libmariadbclient-dev]
|
||||
Reference in New Issue
Block a user