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