Skip to content

Commit 6f5e448

Browse files
committed
feat: generate libphp for the Alpine variant of ZTS builds
1 parent 4844a92 commit 6f5e448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-linux.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ RUN set -eux; \
373373
\
374374
--disable-cgi \
375375
{{ ) end -}}
376-
{{ if (env.variant == "cli" or env.variant == "zts") and (is_alpine | not) then ( -}}
376+
{{ if (env.variant == "zts") or (env.variant == "cli" and (is_alpine | not)) then ( -}}
377377
\
378378
# https://github.com/docker-library/php/pull/939#issuecomment-730501748
379379
--enable-embed \

0 commit comments

Comments
 (0)