Comments cleanup, removing centos7 rpm generating directory

This commit is contained in:
mstrankowski
2022-08-01 12:20:50 +02:00
parent 0cc80315cc
commit ffd07b43a2
5 changed files with 3 additions and 57 deletions

View File

@@ -31,6 +31,7 @@ ARG USERID=33017
COPY target/alfresco-transform-core-aio-boot-${env.project_version}.jar /usr/bin
#removing perl-ExtUtils-MakeMaker cascades to remove exiftools
RUN ln /usr/bin/alfresco-transform-core-aio-boot-${env.project_version}.jar /usr/bin/alfresco-transform-core-aio-boot.jar && \
yum install -y $IMAGEMAGICK_DEP_RPM_URL && \
yum install -y $IMAGEMAGICK_LIB_RPM_URL $IMAGEMAGICK_RPM_URL && \
@@ -53,7 +54,6 @@ RUN ln /usr/bin/alfresco-transform-core-aio-boot-${env.project_version}.jar /usr
make test && \
make install) && \
yum -y autoremove make && \
#TODO removing perl-ExtUtils-MakeMaker removes exifTools
rm -rf ${EXIFTOOL_FOLDER} ${EXIFTOOL_FOLDER}.tgz && \
yum clean all