mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
73ccb45f47
This is used for things like NGINX Unit to embed PHP (similar to `mod_php` in Apache, but a more general interface).
5 lines
193 B
Docker
5 lines
193 B
Docker
{{ if env.suite | startswith("alpine") | not then ( -}}
|
|
# https://github.com/docker-library/php/pull/939#issuecomment-730501748
|
|
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-embed
|
|
{{ ) else "" end -}}
|