mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
add dictionary
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
4d993f440f
commit
86552925c7
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user