use prebuilt inkscape image

This commit is contained in:
2021-05-30 13:19:09 +02:00
parent 0c32426d27
commit 0951feab2e

View File

@ -1,5 +1,4 @@
FROM alpine:edge as base
RUN ["apk", "add", "--no-cache", "inkscape"]
FROM roypur/inkscape:latest as base
RUN ["mkdir", "-p", "/app/version"]
COPY ["tv.json", "/app/setup/tv.json"]
COPY ["backend/start.sh", "/app/start.sh"]