summaryrefslogtreecommitdiffstats
path: root/16.0/fpm-alpine
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 /16.0/fpm-alpine
parentea5b853ab3cdfc46f3eaf645337ce435955f1a00 (diff)
Drop opcache from cli actions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '16.0/fpm-alpine')
-rw-r--r--16.0/fpm-alpine/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/16.0/fpm-alpine/Dockerfile b/16.0/fpm-alpine/Dockerfile
index c8158c1d..36816817 100644
--- a/16.0/fpm-alpine/Dockerfile
+++ b/16.0/fpm-alpine/Dockerfile
@@ -73,7 +73,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'; \