mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-25 05:05:39 +02:00
ghostscript: add
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
87bc655829
commit
04942dcaf6
8
ghostscript/Dockerfile
Normal file
8
ghostscript/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apk --no-cache add \
|
||||
--repository https://dl-3.alpinelinux.org/alpine/edge/main/ \
|
||||
ghostscript
|
||||
|
||||
ENTRYPOINT ["gs"]
|
Loading…
x
Reference in New Issue
Block a user