From 3ab49d825a880ebd42bf9d561fb82c65681989bd Mon Sep 17 00:00:00 2001 From: Valvin Date: Tue, 22 Jan 2019 16:39:11 +0100 Subject: [PATCH] add gm exiftool - spotted by framasky --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6831945..0435d72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:edge 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 \ && npm install -g --unsafe-perm thumbsup \ && apk del .build-deps alpine-sdk