fix travis failure

This commit is contained in:
pzurek
2022-02-28 10:14:11 +01:00
parent ee330a1da1
commit 4fed7457d3
2 changed files with 0 additions and 2 deletions
@@ -30,7 +30,6 @@ ENV SHARE_SERVICES_TAG $SHARE_SERVICES_TAG
# From Alfresco Repository 7.0.0 Share Services AMP is not provided with default Docker Image
RUN if [ ! -z "$SHARE_SERVICES_TAG" ] ; then \
yum -y update && \
yum -y install wget && \
yum clean all && \
mkdir -p $TOMCAT_DIR/amps && \
@@ -27,7 +27,6 @@ RUN set -x \
-u "${USERID}" \
-o \
"${USERNAME}" \
&& yum update -y \
&& yum install -y unzip \
&& yum install -y lsof ca-certificates \
&& yum install -y wget \