dockerfiles/aspell/Dockerfile

8 lines
128 B
Docker
Raw Normal View History

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