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

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

commit 07cf6c80d09471842cd4360b47838704be385613
Author: Andy Grove <agr...@apache.org>
AuthorDate: Tue Jul 1 06:52:22 2025 -0600

    fix dockerfile
---
 dev/release/comet-rm/Dockerfile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev/release/comet-rm/Dockerfile b/dev/release/comet-rm/Dockerfile
index 9b430d2a9..bbfe0267a 100644
--- a/dev/release/comet-rm/Dockerfile
+++ b/dev/release/comet-rm/Dockerfile
@@ -48,6 +48,14 @@ RUN export LC_ALL=C \
         libbz2-dev \
         zlib1g-dev
 
+RUN apt install -y gcc-10 g++-10 cpp-10 unzip
+ENV CC="gcc-10"
+ENV CXX="g++-10"
+
+RUN PB_REL="https://github.com/protocolbuffers/protobuf/releases"; \
+    && curl -LO $PB_REL/download/v30.2/protoc-30.2-linux-x86_64.zip \
+    && unzip protoc-30.2-linux-x86_64.zip -d /root/.local
+ENV PATH="$PATH:/root/.local/bin"
 
 # Install rust
 RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y


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

Reply via email to