feat: ADD EXIF striping #3
This commit is contained in:
parent
9c91e77e9f
commit
be696c343c
3 changed files with 69 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue