feat: ADD EXIF striping #3

This commit is contained in:
Caffeine Fueled 2026-08-21 06:43:41 +02:00
parent 9c91e77e9f
commit be696c343c
Signed by: cf7
GPG key ID: CA295D643074C68C
3 changed files with 69 additions and 3 deletions

View file

@ -2,6 +2,11 @@ FROM docker.io/ubuntu:24.04
WORKDIR /app
# exiftool: strips EXIF/GPS metadata from published images (see build.sh)
RUN apt-get update \
&& apt-get install -y --no-install-recommends libimage-exiftool-perl \
&& rm -rf /var/lib/apt/lists/*
# Copy project files
COPY build.sh /app/
COPY templates /app/templates