mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
fix travis failure
This commit is contained in:
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user