mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
86552925c7
Signed-off-by: Jess Frazelle <jess@oxide.computer>
9 lines
141 B
Docker
9 lines
141 B
Docker
FROM alpine:latest
|
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
|
|
|
RUN apk add --no-cache \
|
|
aspell \
|
|
aspell-en
|
|
|
|
ENTRYPOINT ["aspell"]
|