feat: aspell in french
All checks were successful
BuildMain / BuildLatest (push) Has been skipped

This commit is contained in:
Guillaume Lapierre 2024-12-16 12:43:51 +01:00
parent 99ed6b8f1e
commit fa21014b09

View File

@ -5,6 +5,7 @@ ENV COMPOSER_ALLOW_SUPERUSER=1
RUN set -ex; \
apt-get update; \
apt-get -y upgrade; \
apt-get install -y aspell-fr; \
composer \
--working-dir=/usr/src/roundcubemail/ \
--prefer-dist \