mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
15 lines
352 B
YAML
15 lines
352 B
YAML
---
|
|
|
|
# Available Jinja2 variables:
|
|
# ---------------------------
|
|
# * {{ php_all_versions }}: Array of all PHP versions
|
|
|
|
|
|
all:
|
|
type: git
|
|
git_url: https://github.com/kjdev/php-ext-lz4
|
|
git_ref: $(git tag | grep -E '^[.0-9]+$' | sort -V | tail -1)
|
|
configure: --enable-lz4 --with-lz4-includedir=/usr
|
|
build_dep: [liblz4-dev]
|
|
run_dep: [liblz4-1]
|