use prebuilt inkscape image
This commit is contained in:
parent
0c32426d27
commit
0951feab2e
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user