ATS-961 Fix Exiftool installation on CENTOS7

This commit is contained in:
David Edwards
2021-09-10 17:01:01 +01:00
parent 8f07408e84
commit 78f516ce58

View File

@@ -22,6 +22,8 @@ RUN ln /usr/bin/${env.project_artifactId}-${env.project_version}.jar /usr/bin/${
curl -s -S $EXIFTOOL_URL -o ${EXIFTOOL_FOLDER}.tgz && \
tar xzf ${EXIFTOOL_FOLDER}.tgz && \
yum -y install perl && \
yum -y install perl-ExtUtils-MakeMaker && \
yum -y install make && \
(cd ./${EXIFTOOL_FOLDER} && \
perl Makefile.PL && \
make && \