Merge branch 'fix/SEARCH-2118_OpenSSLRemoval' into 'master'

SEARCH-2118: Removing OpenSSL program from SS/IE Docker Images.

See merge request search_discovery/insightengine!546
This commit is contained in:
Angel Borroy
2020-06-17 12:50:33 +01:00
@@ -6,7 +6,6 @@ LABEL creator="Gethin James" maintainer="Alfresco Search Services Team"
ENV DIST_DIR /opt/alfresco-search-services
ENV SOLR_ZIP ${project.build.finalName}.zip
ENV LANG C.UTF-8
ENV OPENSSL_VERSION 1.0.2k-8.el7
ARG USERNAME=solr
ARG USERID=33007
@@ -26,7 +25,7 @@ RUN set -x \
"${USERNAME}" \
&& yum update -y \
&& yum install -y unzip \
&& yum install -y lsof ca-certificates openssl-$OPENSSL_VERSION \
&& yum install -y lsof ca-certificates \
&& yum install -y wget \
&& yum clean all \
&& unzip "$SOLR_ZIP" -d /opt/ && rm "$SOLR_ZIP" \