summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-10 20:28:02 +0300
committerAndrew Dolgov <[email protected]>2023-04-10 20:28:02 +0300
commitc314bd87421cf682b0885713d6e8b4a0a3841deb (patch)
tree124dbf8961c50f9f8300e98a9dbd7c5206cf8d21
parent103fdd5e60b5b76c688835b3e4a6cff9578aa67f (diff)
add APCu & opcachejaeger-tracing
-rw-r--r--.docker/app/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile
index 8677fe080..e1a70d011 100644
--- a/.docker/app/Dockerfile
+++ b/.docker/app/Dockerfile
@@ -4,8 +4,8 @@ EXPOSE 9000/tcp
ENV SCRIPT_ROOT=/opt/tt-rss
ENV SRC_DIR=/src/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 \