From 679792df76f2acad3bb1acaef4cbea5b2b05a515 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 24 Jul 2022 14:01:42 +0300 Subject: [PATCH] add php8-ctype for updated readability --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index d45c0c8..d0dc729 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -6,7 +6,7 @@ ENV SCRIPT_ROOT=/opt/tt-rss RUN apk add --no-cache dcron php8 php8-fpm \ php8-pdo php8-gd php8-pgsql php8-pdo_pgsql \ php8-mbstring php8-intl php8-xml php8-curl \ - php8-session php8-tokenizer php8-dom php8-fileinfo \ + php8-session php8-tokenizer php8-dom php8-fileinfo php8-ctype \ php8-json php8-iconv php8-pcntl php8-posix php8-zip php8-exif \ php8-openssl git postgresql-client sudo php8-pecl-xdebug rsync && \ sed -i 's/\(memory_limit =\) 128M/\1 256M/' /etc/php8/php.ini && \