From 6b6cda3eaa4e826e12d4492048d4c95e27cb1539 Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Mon, 23 Sep 2019 13:34:37 -0700 Subject: [PATCH] remove solr from ant step in docker build --- Dockerfile.jdk8 | 2 +- Dockerfile.jdk8-test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.jdk8 b/Dockerfile.jdk8 index 3fd95ae9c7..9c3793568a 100644 --- a/Dockerfile.jdk8 +++ b/Dockerfile.jdk8 @@ -43,7 +43,7 @@ ENV PATH $ANT_HOME/bin:$PATH RUN mkdir $ANT_HOME && \ wget -qO- "https://archive.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" | tar -zx --strip-components=1 -C $ANT_HOME -RUN ant init_installation update_configs update_code update_webapps update_solr_indexes +RUN ant init_installation update_configs update_code update_webapps # Step 3 - Run tomcat # Create a new tomcat image that does not retain the the build directory contents diff --git a/Dockerfile.jdk8-test b/Dockerfile.jdk8-test index 1233289248..011045adba 100644 --- a/Dockerfile.jdk8-test +++ b/Dockerfile.jdk8-test @@ -43,7 +43,7 @@ ENV PATH $ANT_HOME/bin:$PATH RUN mkdir $ANT_HOME && \ wget -qO- "https://archive.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.tar.gz" | tar -zx --strip-components=1 -C $ANT_HOME -RUN ant init_installation update_configs update_code update_webapps update_solr_indexes +RUN ant init_installation update_configs update_code update_webapps # Step 3 - Run tomcat # Create a new tomcat image that does not retain the the build directory contents