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

lakshsingla pushed a commit to branch 29.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/29.0.0 by this push:
     new a59ed7177be Modify Dockerfile to build sql module correctly (#15892)
a59ed7177be is described below

commit a59ed7177be4a3fe2473d0143f256b61a1edf44a
Author: Laksh Singla <[email protected]>
AuthorDate: Tue Feb 13 13:34:53 2024 +0530

    Modify Dockerfile to build sql module correctly (#15892)
---
 distribution/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/docker/Dockerfile b/distribution/docker/Dockerfile
index 2bcd28f873a..2bf147f3c01 100644
--- a/distribution/docker/Dockerfile
+++ b/distribution/docker/Dockerfile
@@ -36,8 +36,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
 COPY . /src
 WORKDIR /src
 RUN --mount=type=cache,target=/root/.m2 if [ "$BUILD_FROM_SOURCE" = "true" ]; 
then \
-      mvn -B -ff -q dependency:go-offline \
-      install \
+      mvn -B -ff -q install \
+      dependency:go-offline \
       -Pdist,bundle-contrib-exts \
       -Pskip-static-checks,skip-tests \
       -Dmaven.javadoc.skip=true \


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

Reply via email to