Install the enchant library needed to build the documentation spell checker.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-04 22:27:42 -04:00
parent bac8c4f77c
commit fc82f64705

View File

@@ -73,7 +73,7 @@ job_documentation_build:
- docs
before_script:
- apt-get -qq update
- apt-get install -qq locales make python-pip
- apt-get install -qq locales make python-pip enchant
- echo "LC_ALL=\"en_US.UTF-8\"" >> /etc/default/locale
- locale-gen en_US.UTF-8
- update-locale LANG=en_US.UTF-8