add dictionary

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-19 16:54:03 -07:00
parent 4d993f440f
commit 86552925c7
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -2,6 +2,7 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
aspell
aspell \
aspell-en
ENTRYPOINT ["aspell"]