mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Add exiftool to images used for CE/EE tests
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
132bafc2ff
commit
7a9dd56386
5 changed files with 39 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue