Support Exiftool for stripping EXIF data

We really only want to strip location data anyway, and mogrify strips color profiles.
This commit is contained in:
Mark Felder 2020-07-10 16:46:26 -05:00
commit 6167593881
8 changed files with 67 additions and 9 deletions

View file

@ -33,7 +33,7 @@ ARG DATA=/var/lib/pleroma
RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
apk update &&\
apk add imagemagick ncurses postgresql-client &&\
apk add exiftool imagemagick ncurses postgresql-client &&\
adduser --system --shell /bin/false --home ${HOME} pleroma &&\
mkdir -p ${DATA}/uploads &&\
mkdir -p ${DATA}/static &&\