From 7ac569ec69cc7ebec4ed5855487bfff4736baaba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Apr 2023 20:27:49 +0300 Subject: [PATCH] add APCu & opcache --- app/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 80cd807..eccd815 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -3,8 +3,8 @@ EXPOSE 9000/tcp ENV SCRIPT_ROOT=/opt/tt-rss -RUN apk add --no-cache dcron php81 php81-fpm php81-phar php81-sockets \ - php81-pdo php81-gd php81-pgsql php81-pdo_pgsql php81-xmlwriter \ +RUN apk add --no-cache dcron php81 php81-fpm php81-phar php81-sockets php81-pecl-apcu \ + php81-pdo php81-gd php81-pgsql php81-pdo_pgsql php81-xmlwriter php81-opcache \ php81-mbstring php81-intl php81-xml php81-curl php81-simplexml \ php81-session php81-tokenizer php81-dom php81-fileinfo php81-ctype \ php81-json php81-iconv php81-pcntl php81-posix php81-zip php81-exif \