diff --git a/aspell/Dockerfile b/aspell/Dockerfile index 5bcaa9a..baf6b0f 100644 --- a/aspell/Dockerfile +++ b/aspell/Dockerfile @@ -2,6 +2,7 @@ FROM alpine:latest LABEL maintainer "Jessie Frazelle " RUN apk add --no-cache \ - aspell + aspell \ + aspell-en ENTRYPOINT ["aspell"]