Turns out that php81-ctype is required by roundcube

see https://github.com/roundcube/roundcubemail/issues/7049
main
Florent Daigniere 2 years ago
parent 0e0ac201fc
commit e927426dfa

@ -12,7 +12,7 @@ RUN set -euxo pipefail \
; apk add --no-cache \ ; apk add --no-cache \
nginx gpg gpg-agent \ nginx gpg gpg-agent \
php81 php81-fpm php81-mbstring php81-zip php81-xml php81-simplexml php81-pecl-apcu \ 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-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 \ php81-pspell php81-pecl-imagick php81-opcache php81-session php81-sockets php81-fileinfo \
aspell-uk aspell-ru aspell-fr aspell-de aspell-en \ aspell-uk aspell-ru aspell-fr aspell-de aspell-en \

Loading…
Cancel
Save