diff --git a/Dockerfile b/Dockerfile index 949f51a4b..3c337c466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,9 @@ RUN install-php-extensions \ mysqli \ zip \ redis \ + memcached \ + apcu \ + wincache \ gd; \ \ a2enmod rewrite; \