Skip to content

Commit 4b986b7

Browse files
committed
Add flag to ZTS block it not alpine
1 parent 541ab0e commit 4b986b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile-zts-block-1.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS {{
55
else
66
"--enable-maintainer-zts"
77
end
8+
-}}
9+
{{
10+
if env.suite | startswith("alpine") | not then
11+
" --enable-embed"
12+
else "" end
813
}} --disable-cgi

0 commit comments

Comments
 (0)