Compare commits

...

2 Commits

Author SHA1 Message Date
ef16434970 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 52s
Reviewed-on: #1
2024-12-16 12:46:00 +01:00
Guillaume Lapierre
fa21014b09 feat: aspell in french
All checks were successful
BuildMain / BuildLatest (push) Has been skipped
2024-12-16 12:43:51 +01:00

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 \