mirror of
https://github.com/daylinmorgan/logo.git
synced 2025-01-08 19:07:33 -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"]
|