From e927426dfafd31d407d30acee71c24b0a88ac906 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Fri, 25 Nov 2022 09:37:05 +0100 Subject: [PATCH] Turns out that php81-ctype is required by roundcube see https://github.com/roundcube/roundcubemail/issues/7049 --- webmails/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/Dockerfile b/webmails/Dockerfile index 77bc65f3..19b739c9 100644 --- a/webmails/Dockerfile +++ b/webmails/Dockerfile @@ -12,7 +12,7 @@ RUN set -euxo pipefail \ ; apk add --no-cache \ nginx gpg gpg-agent \ php81 php81-fpm php81-mbstring php81-zip php81-xml php81-simplexml php81-pecl-apcu \ - php81-dom php81-curl php81-exif gd php81-gd php81-iconv php81-intl php81-openssl \ + php81-dom php81-curl php81-exif gd php81-gd php81-iconv php81-intl php81-openssl php81-ctype \ php81-pdo_sqlite php81-pdo_mysql php81-pdo_pgsql php81-pdo php81-sodium libsodium php81-tidy php81-pecl-uuid \ php81-pspell php81-pecl-imagick php81-opcache php81-session php81-sockets php81-fileinfo \ aspell-uk aspell-ru aspell-fr aspell-de aspell-en \