mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-01 16:17:44 +02:00
add aspell
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
bbbe8bca39
commit
4d993f440f
7
aspell/Dockerfile
Normal file
7
aspell/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
|
RUN apk add --no-cache \
|
||||||
|
aspell
|
||||||
|
|
||||||
|
ENTRYPOINT ["aspell"]
|
Loading…
x
Reference in New Issue
Block a user