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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 5860dd2a0 Add JDK to Docker image for release build (#3262)
5860dd2a0 is described below

commit 5860dd2a0ee69fc21ea218f9602814ff417af154
Author: hsiang-c <[email protected]>
AuthorDate: Mon Jan 26 04:56:07 2026 -0800

    Add JDK to Docker image for release build (#3262)
---
 dev/release/comet-rm/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev/release/comet-rm/Dockerfile b/dev/release/comet-rm/Dockerfile
index bbfe0267a..8e5f716cf 100644
--- a/dev/release/comet-rm/Dockerfile
+++ b/dev/release/comet-rm/Dockerfile
@@ -46,7 +46,8 @@ RUN export LC_ALL=C \
         patch \
         bzip2 \
         libbz2-dev \
-        zlib1g-dev
+        zlib1g-dev \
+        default-jdk
 
 RUN apt install -y gcc-10 g++-10 cpp-10 unzip
 ENV CC="gcc-10"
@@ -96,4 +97,4 @@ FROM with-macos-sdk-${HAS_MACOS_SDK} AS final
 COPY build-comet-native-libs.sh /opt/comet-rm/build-comet-native-libs.sh
 WORKDIR /opt/comet-rm
 
-ENTRYPOINT [ "/opt/comet-rm/build-comet-native-libs.sh"]
\ No newline at end of file
+ENTRYPOINT [ "/opt/comet-rm/build-comet-native-libs.sh"]


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

Reply via email to