Well I get this error on CircleCI: checking for PSPELL support... yes, shared configure: error: Cannot find pspell
when I run this step: - run: sudo docker-php-ext-install pspell
I check online and find the solución but only for yum
yum install aspell-devel
How I make this done with apt?