Skip to content

Commit

Permalink
Add English aspell dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Jul 3, 2024
1 parent 242e7e3 commit ab12ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions alpine/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ RUN set -eux ; \
if [ -z "$SLIM" ] ; then \
apk add --no-cache \
aspell-libs \
aspell-en \
guile \
guile-libs \
lua5.4-libs \
Expand Down
1 change: 1 addition & 0 deletions debian/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ RUN set -eux ; \
; \
if [ -z "$SLIM" ] ; then \
apt-get install -y --no-install-recommends \
aspell-en \
guile-3.0-libs \
libaspell15 \
liblua5.3-0 \
Expand Down

0 comments on commit ab12ace

Please sign in to comment.