File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,8 @@ RUN set -eux; \
155155 --with-openssl \
156156 --with-zlib \
157157 \
158- {{ if (.version | version_id) | . >= ("7.4" | version_id) and . < ("8" | version_id) then ( -}}
158+ {{ if (.version | version_id) | . >= ("7.4" | version_id) then ( -}}
159159# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
160- # ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
161160 --with-pear \
162161 \
163162{{ ) else "" end -}}
Original file line number Diff line number Diff line change @@ -184,9 +184,8 @@ RUN set -eux; \
184184 --with-openssl \
185185 --with-zlib \
186186 \
187- {{ if (.version | version_id) | . >= ("7.4" | version_id) and . < ("8" | version_id) then ( -}}
187+ {{ if (.version | version_id) | . >= ("7.4" | version_id) then ( -}}
188188# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
189- # ... and are removed in PHP 8+; see also https://github.com/docker-library/php/pull/847#issuecomment-505638229
190189 --with-pear \
191190 \
192191{{ ) else "" end -}}
You can’t perform that action at this time.
0 commit comments