mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-03-30 09:00:23 +02:00
8 lines
128 B
Docker
8 lines
128 B
Docker
FROM alpine:latest
|
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
|
|
|
RUN apk add --no-cache \
|
|
aspell
|
|
|
|
ENTRYPOINT ["aspell"]
|