add imagemagick

This commit is contained in:
Valvin 2019-01-20 15:46:43 +01:00
parent 44e1c08fb7
commit f748f51c17
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM alpine:edge 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 \ RUN wget https://www.peppercarrot.com/0_sources/0ther/tools/zip/peppercarrot-fonts-latest.zip \
&& unzip -d /usr/share/fonts/ peppercarrot-fonts-latest.zip \ && unzip -d /usr/share/fonts/ peppercarrot-fonts-latest.zip \
&& fc-cache -f \ && fc-cache -f \