use prebuilt inkscape image

This commit is contained in:
Roy Olav Purser 2021-05-30 13:19:09 +02:00
parent 0c32426d27
commit 0951feab2e
Signed by: roypur
GPG Key ID: E14D26A036F21656

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"]