summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-10 16:46:26 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-10 16:46:26 -0500
commit61675938811a8f2121c857f285d31bd4c7ef3336 (patch)
treed2f0561244a701c5c663e7aee41068e5d5244e28 /Dockerfile
parentd6f67fa91b00b28d7be9f82bb300f9d650c73744 (diff)
Support Exiftool for stripping EXIF data
We really only want to strip location data anyway, and mogrify strips color profiles.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 29931a5e3..0f4fcd0bb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 &&\