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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to