docker image: install aspell

This commit is contained in:
Leonid Pliushch 2020-12-08 16:01:57 +00:00
parent 1d38ccf2e8
commit 0cb534ffc2
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@ PACKAGES+=" cvs"
# Needed by apt.
PACKAGES+=" triehash"
# Needed by aspell dictionaries.
PACKAGES+=" aspell"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then
SUDO=""