Revert "fix travis failure"

This reverts commit b13663ab102bd628c5ed2faef02bd4fb0eb9ff66.
This commit is contained in:
pzurek
2022-02-28 11:06:57 +01:00
parent 4fed7457d3
commit 40f1802d26
2 changed files with 2 additions and 0 deletions
@@ -30,6 +30,7 @@ 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,6 +27,7 @@ RUN set -x \
-u "${USERID}" \
-o \
"${USERNAME}" \
&& yum update -y \
&& yum install -y unzip \
&& yum install -y lsof ca-certificates \
&& yum install -y wget \