Merge pull request 'aspell in french' (#1) from aspell-fr into main
All checks were successful
BuildMain / BuildLatest (push) Successful in 4m38s
BuildTag / BuildNightly (push) Successful in 44s

Reviewed-on: #1
This commit is contained in:
Guillaume 2024-12-16 12:46:00 +01:00
commit ef16434970

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 \