Skip to content

Commit

Permalink
Changed exiftool install from using apk add to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiessen1175 committed Jul 18, 2024
1 parent 885370a commit 3577945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/worker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ LABEL org.opencontainers.image.source https://github.com/biigle/core

RUN LC_ALL=C.UTF-8 apt-get update \
&& apt-get install -y --no-install-recommends \
exiftool \
ffmpeg \
python3 \
python3-numpy \
Expand Down Expand Up @@ -48,8 +49,6 @@ RUN LC_ALL=C.UTF-8 apt-get update \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*

RUN apk add --no-cache exiftool

# Configure proxy if there is any. See: https://stackoverflow.com/a/2266500/1796523
RUN [ -z "$HTTP_PROXY" ] || pear config-set http_proxy $HTTP_PROXY

Expand Down

0 comments on commit 3577945

Please sign in to comment.