Skip to content

Commit 48fd5d0

Browse files
committed
opcache bundled in 8.5
1 parent 8444838 commit 48fd5d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/Dockerfile.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ RUN set -xe \
7474
intl \
7575
gd \
7676
bcmath \
77+
{% if version < '8.5' %}
7778
opcache \
79+
{% endif %}
7880
\
7981
{% if version >= '8.1' %}
8082
&& pie install --allow-non-interactive-project-install apcu/apcu \

0 commit comments

Comments
 (0)