add imagemagick
This commit is contained in:
parent
44e1c08fb7
commit
f748f51c17
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue