This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch delete-script-support-cassandra-auth
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to 
refs/heads/delete-script-support-cassandra-auth by this push:
     new 8ca4dc9  Add tools directory to docker image
8ca4dc9 is described below

commit 8ca4dc93cf5383441fc694ccf9f5f42af1395f28
Author: Eamon Ford <[email protected]>
AuthorDate: Fri Oct 30 13:16:01 2020 -0700

    Add tools directory to docker image
---
 docker/nexus-webapp/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/nexus-webapp/Dockerfile b/docker/nexus-webapp/Dockerfile
index e4f3b20..92df8d4 100644
--- a/docker/nexus-webapp/Dockerfile
+++ b/docker/nexus-webapp/Dockerfile
@@ -89,6 +89,8 @@ RUN python setup.py install
 WORKDIR /incubator-sdap-nexus/analysis
 RUN python setup.py install
 
+COPY tools /incubator-sdap-nexus/tools
+
 # Upgrade kubernetes client jar from the default version
 RUN rm /opt/spark/jars/kubernetes-client-4.1.2.jar
 ADD 
https://repo1.maven.org/maven2/io/fabric8/kubernetes-client/4.4.2/kubernetes-client-4.4.2.jar
 /opt/spark/jars

Reply via email to