mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01: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…
Reference in New Issue
Block a user