1
0
Fork 0
mirror of https://github.com/daylinmorgan/logo.git synced 2025-01-08 02:57:32 -06:00
logo/Dockerfile

7 lines
92 B
Docker

FROM alpine:3.16.2
RUN apk add --no-cache inkscape
WORKDIR /data
ENTRYPOINT ["inkscape"]