dockerfiles/aspell/Dockerfile

9 lines
141 B
Docker
Raw Normal View History

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