We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8444838 commit 48fd5d0Copy full SHA for 48fd5d0
1 file changed
templates/Dockerfile.twig
@@ -74,7 +74,9 @@ RUN set -xe \
74
intl \
75
gd \
76
bcmath \
77
+{% if version < '8.5' %}
78
opcache \
79
+{% endif %}
80
\
81
{% if version >= '8.1' %}
82
&& pie install --allow-non-interactive-project-install apcu/apcu \
0 commit comments