mirror of
https://github.com/danog/php.git
synced 2024-12-02 09:27:58 +01:00
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 -}}
|