mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -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"]
|