add aspell

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

7
aspell/Dockerfile Normal file
View File

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