mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
mastercontianer: fix installation of opcache
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -56,7 +56,7 @@ RUN set -ex; \
|
||||
{ \
|
||||
echo 'apc.shm_size=32M'; \
|
||||
} >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini; \
|
||||
docker-php-ext-enable opcache; \
|
||||
docker-php-ext-install -j "$(nproc)" opcache; \
|
||||
{ \
|
||||
echo 'opcache.enable=1'; \
|
||||
echo 'opcache.memory_consumption=32'; \
|
||||
|
||||
Reference in New Issue
Block a user