summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-06-26 00:43:14 +0200
committerJ0WI <J0WI@users.noreply.github.com>2019-06-26 01:03:15 +0200
commit4a94550e2d5e153dd0262d831c841b9b3af8faaf (patch)
tree74e16147505b3f460f11f0c02ea05cfdf0827afe /Dockerfile-alpine.template
parentea5b853ab3cdfc46f3eaf645337ce435955f1a00 (diff)
Drop opcache from cli actions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index e35d1807..70007d07 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -72,7 +72,6 @@ RUN set -ex; \
# see https://docs.nextcloud.com/server/12/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
RUN { \
echo 'opcache.enable=1'; \
- echo 'opcache.enable_cli=1'; \
echo 'opcache.interned_strings_buffer=8'; \
echo 'opcache.max_accelerated_files=10000'; \
echo 'opcache.memory_consumption=128'; \