mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-11-09 16:13:16 -06:00
8 lines
92 B
Text
8 lines
92 B
Text
|
FROM alpine:3.16.2
|
||
|
|
||
|
RUN apk add --no-cache inkscape
|
||
|
|
||
|
WORKDIR /data
|
||
|
|
||
|
ENTRYPOINT ["inkscape"]
|