Merge pull request #258 from Kjeldgaard/244_exiftool

Use exiftool for parsing exif data
This commit is contained in:
Viktor Strate Kløvedal
2021-04-02 23:03:26 +02:00
committed by GitHub
10 changed files with 260 additions and 31 deletions

View File

@@ -63,7 +63,7 @@ COPY api/data /app/data
RUN apt-get update \
# Required dependencies
&& apt-get install -y curl gpg libdlib19 ffmpeg libheif1
&& apt-get install -y curl gpg libdlib19 ffmpeg exiftool libheif1
# Install Darktable if building for a supported architecture
RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ] || [ "${TARGETPLATFORM}" = "linux/arm64" ]; then \