Skip to content

Commit

Permalink
add dictionary
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 19, 2020
1 parent 4d993f4 commit 8655292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aspell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk add --no-cache \
aspell
aspell \
aspell-en

ENTRYPOINT ["aspell"]

0 comments on commit 8655292

Please sign in to comment.