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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new e6f690ee6e8 branch-3.0: [fix](doris-compose) fix docker file create 
directory #51644 (#51737)
e6f690ee6e8 is described below

commit e6f690ee6e8d04d5ce8315e501ac03180485f84e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 18 12:17:29 2025 +0800

    branch-3.0: [fix](doris-compose) fix docker file create directory #51644 
(#51737)
    
    Cherry-picked from #51644
    
    Co-authored-by: yujun <[email protected]>
---
 docker/runtime/doris-compose/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/runtime/doris-compose/Dockerfile 
b/docker/runtime/doris-compose/Dockerfile
index 7dc7221d6e3..d3f6f1a22ce 100644
--- a/docker/runtime/doris-compose/Dockerfile
+++ b/docker/runtime/doris-compose/Dockerfile
@@ -74,7 +74,8 @@ RUN sed -i -e s@/deb.debian.org/@/mirrors.aliyun.com/@g -e 
s@/security.debian.or
     && dpkg-reconfigure -f noninteractive tzdata \
     && apt-get clean
 
-RUN mkdir -p /opt/apache-doris/{fdb,coverage}
+RUN mkdir -p /opt/apache-doris/fdb \
+    && mkdir -p /opt/apache-doris/coverage
 
 RUN curl -f 
https://repo1.maven.org/maven2/org/jacoco/jacoco/${JACOCO_VERSION}/jacoco-${JACOCO_VERSION}.zip
 -o jacoco.zip \
     && mkdir /jacoco \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to