add gm exiftool - spotted by framasky

This commit is contained in:
Valvin 2019-01-22 15:40:57 +01:00
parent 11859e5b92
commit 2b3a242c27
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:edge
RUN apk --no-cache add zip libressl python2 python3 git npm \
ghostscript-fonts fontconfig inkscape imagemagick \
ghostscript-fonts fontconfig inkscape imagemagick gm exiftool \
&& apk add --no-cache --virtual .build-deps alpine-sdk \
&& npm install -g --unsafe-perm thumbsup \
&& apk del .build-deps alpine-sdk