From 4629859b828ca4964e21780ec6dd9caa640357ec Mon Sep 17 00:00:00 2001 From: David Edwards Date: Mon, 13 Sep 2021 10:02:13 +0100 Subject: [PATCH] ATS-961 ATS-968 Add Tika fix to AIO --- .../alfresco-transform-core-aio-boot/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alfresco-transform-core-aio/alfresco-transform-core-aio-boot/Dockerfile b/alfresco-transform-core-aio/alfresco-transform-core-aio-boot/Dockerfile index 07070ef9..6cefe46f 100644 --- a/alfresco-transform-core-aio/alfresco-transform-core-aio-boot/Dockerfile +++ b/alfresco-transform-core-aio/alfresco-transform-core-aio-boot/Dockerfile @@ -52,6 +52,8 @@ RUN ln /usr/bin/alfresco-transform-core-aio-boot-${env.project_version}.jar /usr 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 && \