add gm exiftool - spotted by framasky
This commit is contained in:
parent
11859e5b92
commit
2b3a242c27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue