Removing leftover comment

This commit is contained in:
mstrankowski 2022-07-29 18:17:09 +02:00
parent e78709631f
commit 0cc80315cc

View File

@ -28,8 +28,8 @@ RUN ln /usr/bin/${env.project_artifactId}-${env.project_version}.jar /usr/bin/${
make test && \ make test && \
make install) && \ make install) && \
yum -y autoremove make && \ yum -y autoremove make && \
#TODO perl-ExtUtils-MakeMaker removal removes exiftools #TODO perl-ExtUtils-MakeMaker removal removes exiftools \
rm -rf ${EXIFTOOL_FOLDER} ${EXIFTOOL_FOLDER}.tgz #&& \ rm -rf ${EXIFTOOL_FOLDER} ${EXIFTOOL_FOLDER}.tgz && \
yum clean all yum clean all
ADD target/generated-resources/licenses /licenses ADD target/generated-resources/licenses /licenses