summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
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