mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 18:19:11 +00:00
Merge pull request #258 from Kjeldgaard/244_exiftool
Use exiftool for parsing exif data
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user