mirror of
https://github.com/daylinmorgan/logo.git
synced 2025-01-22 06:27:32 -06:00
7 lines
92 B
Docker
7 lines
92 B
Docker
FROM alpine:3.16.2
|
|
|
|
RUN apk add --no-cache inkscape
|
|
|
|
WORKDIR /data
|
|
|
|
ENTRYPOINT ["inkscape"]
|