You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/05 20:07:15 UTC

[GitHub] [arrow-datafusion] houqp commented on a change in pull request #1928: Add db benchmark script

houqp commented on a change in pull request #1928:
URL: https://github.com/apache/arrow-datafusion/pull/1928#discussion_r820143207



##########
File path: benchmarks/db-benchmark/db-benchmark.dockerfile
##########
@@ -0,0 +1,54 @@
+FROM ubuntu
+ARG DEBIAN_FRONTEND=noninteractive
+
+RUN apt-get update && \
+    apt-get install -y git build-essential
+
+# Install R, curl, and python deps
+RUN apt-get update && apt-get -y install --no-install-recommends --no-install-suggests \

Review comment:
       the apt-get update seems to be redundant? looks like we can merge these two apt runs to reduce build time.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org