This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 54e18e5ba35 branch-3.1: [fix](doris-compose) fix docker file create
directory #51644 (#51959)
54e18e5ba35 is described below
commit 54e18e5ba35f97779e58c201ad0781d014328b3f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 20 10:44:36 2025 +0800
branch-3.1: [fix](doris-compose) fix docker file create directory #51644
(#51959)
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]