From f748f51c17a90e0551c42b81b0fc25e838f56782 Mon Sep 17 00:00:00 2001 From: Valvin Date: Sun, 20 Jan 2019 15:46:43 +0100 Subject: [PATCH] add imagemagick --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d086591..e53904b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine:edge -RUN apk --no-cache add zip libressl python3 git ghostscript-fonts fontconfig inkscape +RUN apk --no-cache add zip libressl python3 git \ + ghostscript-fonts fontconfig inkscape imagemagick RUN wget https://www.peppercarrot.com/0_sources/0ther/tools/zip/peppercarrot-fonts-latest.zip \ && unzip -d /usr/share/fonts/ peppercarrot-fonts-latest.zip \ && fc-cache -f \