add php8-ctype for updated readability

pull/4/head
Andrew Dolgov 2 years ago
parent 9a19d11d1a
commit 679792df76
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

@ -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 && \

Loading…
Cancel
Save