add gm exiftool - spotted by framasky

This commit is contained in:
Valvin 2019-01-22 16:39:11 +01:00
parent 2b3a242c27
commit 3ab49d825a
1 changed files with 1 additions and 1 deletions

View File

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