Skip to content

Commit 4f03a7f

Browse files
committed
Drop now-obsolete oniguruma library
1 parent 3803ca9 commit 4f03a7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile-linux.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ RUN set -eux; \
284284
# https://github.com/docker-library/php/issues/888
285285
"linux-headers",
286286
# oniguruma is part of mbstring in php 7.4+
287-
"oniguruma-dev"
287+
if install_pear_pecl then "oniguruma-dev" else empty end
288288
else
289289
# debian packages
290290
if env.variant == "apache" then "apache2-dev" else empty end,
@@ -297,7 +297,7 @@ RUN set -eux; \
297297
"libxml2-dev",
298298
"zlib1g-dev",
299299
# oniguruma is part of mbstring in php 7.4+
300-
"libonig-dev"
300+
if install_pear_pecl then "libonig-dev" else empty end
301301
end ] | sort[] | (
302302
-}}
303303
{{ . }} \

0 commit comments

Comments
 (0)