Added exiftool and function to remove GPS data from EXIF

This commit is contained in:
2025-05-14 15:48:38 +02:00
parent 15ac64583e
commit 29f0975ecd
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:3.21
RUN apk add curl python3
RUN apk add curl python3 exiftool
RUN adduser -D kakigoori
USER kakigoori