From 2b3a242c271b6ea2c143e2d77cd66f75088e0842 Mon Sep 17 00:00:00 2001 From: Valvin Date: Tue, 22 Jan 2019 15:40:57 +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 a26a64f..6831945 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 \ + 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