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

jfclere pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 087b69a  Fix '/opt already exists' build error
     new af4c20c  Merge pull request #193 from maxime-beck/master
087b69a is described below

commit 087b69a631797854ccb1f7bf788fb055baddc8bf
Author: Maxime Beck <maxb...@redhat.com>
AuthorDate: Tue Aug 20 13:20:03 2019 +0200

    Fix '/opt already exists' build error
---
 res/tomcat-maven/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/tomcat-maven/Dockerfile b/res/tomcat-maven/Dockerfile
index 3a73e88..5570391 100644
--- a/res/tomcat-maven/Dockerfile
+++ b/res/tomcat-maven/Dockerfile
@@ -38,7 +38,7 @@ ENV JAVA_OPTS="${JAVA_OPTS} 
-Djava.util.logging.manager=org.apache.juli.ClassLoa
 
 RUN sh -c 'touch app.jar'
 
-RUN mkdir /opt
+RUN mkdir -p /opt
 
 # Optional: Add Jolokia agent for JMX monitoring and management
 # RUN mkdir /opt/jolokia && wget 
https://repo.maven.apache.org/maven2/org/jolokia/jolokia-jvm/1.6.2/jolokia-jvm-1.6.2-agent.jar
 -O /opt/jolokia/jolokia.jar


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to