summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-08-08 11:42:30 +0200
committerGitHub <noreply@github.com>2018-08-08 11:42:30 +0200
commit1f67adcf94dd1c92b1e0643831c926a772415b6b (patch)
treedf501d48d720ad6d8bce733ed3828bb66a888626 /Dockerfile-debian.template
parent989f6be2c4b7adeeb611c3a8ee630ff6485070d4 (diff)
parent547abbdce72facebbcda5bd77e4dc429b20a0524 (diff)
Merge pull request #413 from nextcloud/apcu-cli
Enable apcu for cli calls
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index a11f62f1..ca113a43 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -87,6 +87,8 @@ RUN { \
echo 'opcache.revalidate_freq=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
\
+ echo 'apc.enable_cli=1' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \
+ \
mkdir /var/www/data; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www