Add exiftool to images used for CE/EE tests

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2019-03-19 19:00:21 +05:30
parent 132bafc2ff
commit 7a9dd56386
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
5 changed files with 39 additions and 0 deletions

View file

@ -57,6 +57,12 @@ RUN if [ -n "$GRAPHISMAGICK_VERSION" ]; then /scripts/install-graphicsmagick &&
ARG DOCKER_VERSION
RUN if [ -n "$DOCKER_VERSION" ]; then /scripts/install-docker $DOCKER_VERSION; fi
# Exiftool
ARG EXIFTOOL_VERSION
ARG EXIFTOOL_DOWNLOAD_URL=https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${EXIFTOOL_VERSION}.tar.gz
ARG EXIFTOOL_DOWNLOAD_SHA256
RUN if [ -n "$EXIFTOOL_VERSION" ]; then /scripts/install-exiftool $EXIFTOOL_VERSION; fi
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en