From 1edef755f1a61312b2fee19fff0991e61f2798e3 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sat, 12 Nov 2022 11:40:23 +0100 Subject: [PATCH] Fix bug #2466 --- webmails/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/webmails/Dockerfile b/webmails/Dockerfile index ccc2da0c..9a4f5c8e 100644 --- a/webmails/Dockerfile +++ b/webmails/Dockerfile @@ -12,6 +12,7 @@ RUN set -euxo pipefail \ php81-dom php81-curl php81-exif gd php81-gd php81-iconv php81-intl php81-openssl \ 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 \ ; rm /etc/nginx/http.d/default.conf \ ; rm /etc/php81/php-fpm.d/www.conf \ ; ln -s /usr/bin/php81 /usr/bin/php \